Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Description

Excerpt

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

Signature
C#
C#
 public CellValueType ValueType{ get; }
Signature
vb.net
vb.net
Public ReadOnly Property ValueType() As CellValueType
Example
Code Block
csharp
csharp
titleC#
Cell.CellValueType cvt = cellA1.ValueType;
Code Block
vb.net
vb.net
titlevb.net
Dim cvt As Cell.CellValueType = cellA1.ValueType
Scrollbar