| Modifier and Type | Method and Description |
|---|---|
CustomDataValidation |
CustomDataValidation.allowBlank(boolean allowBlank)
whether blank cells should pass the validation
|
CustomDataValidation |
CustomDataValidation.error(String error)
Message text of error alert.
|
CustomDataValidation |
CustomDataValidation.errorStyle(DataValidationErrorStyle errorStyle)
The style of error alert used for this data validation.
|
CustomDataValidation |
CustomDataValidation.errorTitle(String errorTitle)
Title bar text of error alert.
|
CustomDataValidation |
CustomDataValidation.showDropdown(boolean showDropdown)
Whether Excel will show an in-cell dropdown list
containing the validation list
|
CustomDataValidation |
CustomDataValidation.showErrorMessage(boolean showErrorMessage)
Whether to display the error alert message when an invalid value has been entered.
|
CustomDataValidation |
Range.validateWithFormula(String formula)
Construct a new ListDataValidation
|
Copyright © 2023. All rights reserved.