Package | Description |
---|---|
com.gembox.spreadsheet |
Contains classes and enums that constitute GemBox.Spreadsheet object model.
|
Modifier and Type | Method and Description |
---|---|
DataValidationErrorStyle |
DataValidation.getErrorStyle()
Gets the style of error alert used for this data validation.
|
static DataValidationErrorStyle |
DataValidationErrorStyle.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataValidationErrorStyle[] |
DataValidationErrorStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
DataValidation.setErrorStyle(DataValidationErrorStyle errorStyle)
Sets the style of error alert used for this data validation.
|
© GemBox d.o.o. — All rights reserved.