| Package | Description |
|---|---|
| com.grapecity.documents.excel |
| Modifier and Type | Method and Description |
|---|---|
ValidationOperator |
IValidation.getOperator()
Gets the operator for the conditional format or data validation.
|
static ValidationOperator |
ValidationOperator.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ValidationOperator[] |
ValidationOperator.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,
ValidationAlertStyle alertStyle,
ValidationOperator validationOperator,
java.lang.Object formula1,
java.lang.Object formula2)
Adds data validation to the specified range.
|
void |
IValidation.setOperator(ValidationOperator value)
Sets the operator for the conditional format or data validation.
|