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}{signature:
}
Signature
vb.net
vb.net
Public ReadOnly Property ValueType() As CellValueType
{signature}
{example}{code:csharp|title=C#}
Example
Code Block
csharp
csharp
titleC#

Cell.CellValueType cvt = cellA1.ValueType;
{code} {code:
Code Block
vb.net
|title=
vb.net
titlevb.net
}

Dim cvt As Cell.CellValueType = cellA1.ValueType
{code} {example} {scrollbar}
Scrollbar