aspose.cells
Class ValidationType

Utility class containing constants. Represents data validation type.

Field Summary
const  NumberANY_VALUE
           Any value validation type.
const  NumberWHOLE_NUMBER
           Whole number validation type.
const  NumberDECIMAL
           Decimal validation type.
const  NumberLIST
           List validation type.
const  NumberDATE
           Date validation type.
const  NumberTIME
           Time validation type.
const  NumberTEXT_LENGTH
           Text length validation type.
const  NumberCUSTOM
           Custom validation type.
 

Field Detail

ANY_VALUE

const Number ANY_VALUE
Any value validation type.

WHOLE_NUMBER

const Number WHOLE_NUMBER
Whole number validation type.

DECIMAL

const Number DECIMAL
Decimal validation type.

LIST

const Number LIST
List validation type.

DATE

const Number DATE
Date validation type.

TIME

const Number TIME
Time validation type.

TEXT_LENGTH

const Number TEXT_LENGTH
Text length validation type.

CUSTOM

const Number CUSTOM
Custom validation type.

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cellss Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.