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

A CellValueType value specifies the data type of the cell's value.

Signature
C#
C#
 public sealed class CellValueType : TypesafeEnum
{signature}{signature:
}
Signature
vb.net
vb.net
Public NotInheritable Class CellValueType
		Inherits TypesafeEnum
{signature}
{values}
||Name||Description||
|{anchor:Blank}Blank|The cell is empty.|
|{anchor:Boolean}Boolean|The cell contains a boolean value.|
|{anchor:Currency}Currency|The cell contains a currency value.|
|{anchor:Date}Date|The cell value is a date.|
|{anchor:Double}Double|The cell value is a double.|
|{anchor:Error}Error|The cell contains an error value.  Error values include \#DIV/0\!, \#N/A, \#NAME\?, \#NULL\!, \#NUM\!, \#REF\!, and \#VALUE\!.|
|{anchor:Integer}Integer|The cell value is an integer.|
|{anchor:Text}Text|The cell contains a string.|
|{anchor:Time}Time|The cell value is a time.|
{scrollbar}
Values

Name

Description

Anchor
Blank
Blank
Blank

The cell is empty.

Anchor
Boolean
Boolean
Boolean

The cell contains a boolean value.

Anchor
Currency
Currency
Currency

The cell contains a currency value.

Anchor
Date
Date
Date

The cell value is a date.

Anchor
Double
Double
Double

The cell value is a double.

Anchor
Error
Error
Error

The cell contains an error value. Error values include #DIV/0!, #N/A, #NAME?, #NULL!, #NUM!, #REF!, and #VALUE!.

Anchor
Integer
Integer
Integer

The cell value is an integer.

Anchor
Text
Text
Text

The cell contains a string.

Anchor
Time
Time
Time

The cell value is a time.

Scrollbar