ListFormulaDataValidation |
ListFormulaDataValidation.allowBlank(boolean allowBlank) |
whether blank cells should pass the validation
|
ListFormulaDataValidation |
ListFormulaDataValidation.error(String error) |
Message text of error alert.
|
ListFormulaDataValidation |
ListFormulaDataValidation.errorStyle(DataValidationErrorStyle errorStyle) |
The style of error alert used for this data validation.
|
ListFormulaDataValidation |
ListFormulaDataValidation.errorTitle(String errorTitle) |
Title bar text of error alert.
|
ListFormulaDataValidation |
ListFormulaDataValidation.showDropdown(boolean showDropdown) |
Whether Excel will show an in-cell dropdown list
containing the validation list
|
ListFormulaDataValidation |
ListFormulaDataValidation.showErrorMessage(boolean showErrorMessage) |
Whether to display the error alert message when an invalid value has been entered.
|
ListFormulaDataValidation |
Range.validateWithListByFormula(String formula) |
Construct a new ListDataValidation
|