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
Wiki Markup
{description}
{excerpt}Returns the data type of the cell's value: "Blank, "Boolean", "Date", "Error", "Numeric", or "Text".{excerpt}
{signature:C#}
 public CellValueType ValueType{ get; }
{signature}{signature:vb.net}
Public ReadOnly Property ValueType() As CellValueType
{signature}
{example}{code:csharp|title=C#}
Cell.CellValueType cvt = cellA1.ValueType;{code}
{code:vb.net|title=vb.net}
Dim cvt As Cell.CellValueType = cellA1.ValueType{code}

{example}
{scrollbar}