Uses of Class
org.dhatim.fastexcel.DataValidationErrorStyle
-
-
Uses of DataValidationErrorStyle in org.dhatim.fastexcel
Methods in org.dhatim.fastexcel that return DataValidationErrorStyle Modifier and Type Method Description static DataValidationErrorStyleDataValidationErrorStyle. 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.Methods in org.dhatim.fastexcel with parameters of type DataValidationErrorStyle Modifier and Type Method Description CustomDataValidationCustomDataValidation. errorStyle(DataValidationErrorStyle errorStyle)The style of error alert used for this data validation.ListDataValidationListDataValidation. errorStyle(DataValidationErrorStyle errorStyle)The style of error alert used for this data validation.ListFormulaDataValidationListFormulaDataValidation. errorStyle(DataValidationErrorStyle errorStyle)The style of error alert used for this data validation.
-