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