java.lang.Object
com.aspose.cells.ValidationType
public class ValidationType
- extends java.lang.Object
Utility class containing constants.
Represents data validation type.
Field Summary |
static final int | ANY_VALUE | |
Any value validation type.
|
static final int | WHOLE_NUMBER | |
Whole number validation type.
|
static final int | DECIMAL | |
Decimal validation type.
|
static final int | LIST | |
List validation type.
|
static final int | DATE | |
Date validation type.
|
static final int | TIME | |
Time validation type.
|
static final int | TEXT_LENGTH | |
Text length validation type.
|
static final int | CUSTOM | |
Custom validation type.
|
ANY_VALUE | |
public static final int ANY_VALUE |
-
Any value validation type.
WHOLE_NUMBER | |
public static final int WHOLE_NUMBER |
-
Whole number validation type.
DECIMAL | |
public static final int DECIMAL |
-
Decimal validation type.
LIST | |
public static final int LIST |
-
List validation type.
DATE | |
public static final int DATE |
-
Date validation type.
TIME | |
public static final int TIME |
-
Time validation type.
TEXT_LENGTH | |
public static final int TEXT_LENGTH |
-
Text length validation type.
CUSTOM | |
public static final int CUSTOM |
-
Custom validation type.
See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.