Returns the data type of the cell's value: "Blank, "Boolean", "Date", "Error", "Numeric", or "Text".

 public CellValueType ValueType{ get; }
Public ReadOnly Property ValueType() As CellValueType
Cell.CellValueType cvt = cellA1.ValueType;
Dim cvt As Cell.CellValueType = cellA1.ValueType