Returns the value type for a specific cell.
&ExcelDocument.Cells(…).Type
Type Returned:
Character
D: For date or datetime types
C: For character type
N: For numeric type
U: If the type is unknown
If there are cells with different types in the
ExcelCells object, the
Type property will return a “U”.
This is a read-only property, it cannot be assigned.
Extended Data Types: ExcelCells
Languages: .NET, Java, Ruby, Visual Basic, Visual FoxPro
Cells Method
ExcelCells Data Type
ExcelDocument Data Type