java.lang.Object
com.aspose.cells.ConnectionParameterType
public class ConnectionParameterType
- extends java.lang.Object
Utility class containing constants.
Specifies the parameter type of external connection
Field Summary |
static final int | CELL | |
Get the parameter value from a cell on each refresh.
|
static final int | PROMPT | |
Prompt the user on each refresh for a parameter value.
|
static final int | VALUE | |
Use a constant value on each refresh for the parameter value.
|
CELL | |
public static final int CELL |
-
Get the parameter value from a cell on each refresh.
PROMPT | |
public static final int PROMPT |
-
Prompt the user on each refresh for a parameter value.
VALUE | |
public static final int VALUE |
-
Use a constant value on each refresh for the parameter value.
See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.