Enum ExcelDataType
Specifies the type of validation test to be performed in conjunction with values.
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
public enum ExcelDataType
Fields
Name | Description |
---|---|
Any | Represents Any data type. |
Date | Represents Date data type. |
Decimal | Represents Decimal data type. |
Formula | Represents Formula data type. |
Integer | Represents Integer data type. |
TextLength | Represents TextLength data type. |
Time | Represents Time data type. |
User | Represents User data type. |