| Package | Description |
|---|---|
| com.grapecity.documents.excel |
| Modifier and Type | Method and Description |
|---|---|
ValidationAlertStyle |
IValidation.getAlertStyle()
Gets the validation alert style.
|
static ValidationAlertStyle |
ValidationAlertStyle.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ValidationAlertStyle[] |
ValidationAlertStyle.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.setAlertStyle(ValidationAlertStyle value)
Sets the validation alert style.
|