asposecells.api
Class ValidationType

Utility class containing constants. Represents data validation type.

Field Summary
const  intANY_VALUE
           Any value validation type.
const  intWHOLE_NUMBER
           Whole number validation type.
const  intDECIMAL
           Decimal validation type.
const  intLIST
           List validation type.
const  intDATE
           Date validation type.
const  intTIME
           Time validation type.
const  intTEXT_LENGTH
           Text length validation type.
const  intCUSTOM
           InnerCustom validation type.
 

Field Detail

ANY_VALUE

const int ANY_VALUE
Any value validation type.

WHOLE_NUMBER

const int WHOLE_NUMBER
Whole number validation type.

DECIMAL

const int DECIMAL
Decimal validation type.

LIST

const int LIST
List validation type.

DATE

const int DATE
Date validation type.

TIME

const int TIME
Time validation type.

TEXT_LENGTH

const int TEXT_LENGTH
Text length validation type.

CUSTOM

const int CUSTOM
InnerCustom 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.