| Package | Description |
|---|---|
| com.grapecity.documents.excel |
| Modifier and Type | Method and Description |
|---|---|
static ValidationType |
ValidationType.forValue(int value) |
static ValidationType |
ValidationType.forValue(int value) |
ValidationType |
IValidation.getType()
Gets the data type validation for a range.
|
static ValidationType |
ValidationType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ValidationType |
ValidationType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ValidationType[] |
ValidationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static ValidationType[] |
ValidationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IValidation.add(ValidationType type)
Adds data validation to the specified range.
|
void |
IValidation.add(ValidationType type,
ValidationAlertStyle alertStyle,
ValidationOperator validationOperator,
java.lang.Object formula1,
java.lang.Object formula2)
Adds data validation to the specified range.
|
void |
IValidation.setType(ValidationType value)
Sets the data type validation for a range.
|