Uses of Class
org.dhatim.fastexcel.CustomDataValidation
-
-
Uses of CustomDataValidation in org.dhatim.fastexcel
Methods in org.dhatim.fastexcel that return CustomDataValidation Modifier and Type Method Description CustomDataValidationCustomDataValidation. allowBlank(boolean allowBlank)whether blank cells should pass the validationCustomDataValidationCustomDataValidation. error(String error)Message text of error alert.CustomDataValidationCustomDataValidation. errorStyle(DataValidationErrorStyle errorStyle)The style of error alert used for this data validation.CustomDataValidationCustomDataValidation. errorTitle(String errorTitle)Title bar text of error alert.CustomDataValidationCustomDataValidation. showDropdown(boolean showDropdown)Whether Excel will show an in-cell dropdown list containing the validation listCustomDataValidationCustomDataValidation. showErrorMessage(boolean showErrorMessage)Whether to display the error alert message when an invalid value has been entered.CustomDataValidationRange. validateWithFormula(String formula)Construct a new ListDataValidation
-