Description
A CellValueType value specifies the data type of the cell's value.
C#
vb.net
Values
Name |
Description |
---|---|
Blank |
The cell is empty. |
Boolean |
The cell contains a boolean value. |
Currency |
The cell contains a currency value. |
Date |
The cell value is a date. |
Double |
The cell value is a double. |
Error |
The cell contains an error value. Error values include #DIV/0!, #N/A, #NAME?, #NULL!, #NUM!, #REF!, and #VALUE!. |
Integer |
The cell value is an integer. |
Text |
The cell contains a string. |
Time |
The cell value is a time. |