com.aspose.cells
Class ConnectionParameterType

java.lang.Object
    extended by com.aspose.cells.ConnectionParameterType

public class ConnectionParameterType 
extends java.lang.Object

Utility class containing constants. Specifies the parameter type of external connnection

Field Summary
static final intCELL
           Get the parameter value from a cell on each refresh.
static final intPROMPT
           Prompt the user on each refresh for a parameter value.
static final intVALUE
           Use a constant value on each refresh for the parameter value.
 

Field Detail

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.Cellss Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.