java.lang.Object
com.aspose.cells.ConnectionParameterType
public class ConnectionParameterType
| 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. | ||
| Field Detail |
|---|
CELL | |
public static final int CELL | |
PROMPT | |
public static final int PROMPT | |
VALUE | |
public static final int VALUE | |