Specifies the type of data validation.
Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet
Java
![]() |
---|
public enum ValidationType |
Member name | Description | |
---|---|---|
![]() |
AllValues |
Indicates that there are no limitations. |
![]() |
Date |
Indicates all dates corresponding to the condition. |
![]() |
Decimal |
Indicates all numbers corresponding to the condition. |
![]() |
List |
Indicates all values matching a predefined list of values. |
![]() |
Text |
Indicates all text values corresponding to the condition. |
![]() |
TextLength |
Indicates validation based on the length of the entered text. |
![]() |
Time |
Indicates all times corresponding to the condition. |
![]() |
WholeNumber |
Indicates only whole numbers corresponding to the condition. |
JSpreadsheet Programmer's Guide | © 2025 MindFusion |