Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0
Description

Excerpt

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

Signature
C#C#
Wiki Markup
{description}
{excerpt}A [CellValueType|Cell.CellValueType] value specifies the data type of the cell's value.{excerpt}
{signature:C#}
 public sealed class CellValueType : TypesafeEnum
Signature
{signature}{signature:vb.net
vb.net
}
Public NotInheritable Class CellValueType
		Inherits TypesafeEnum
Values

...

Name

...

Description

...

The cell is empty.

...

The cell contains a boolean value.

...

The cell contains a currency value.

...

The cell value is a date.

...

The cell value is a double.

...

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

...

The cell value is an integer.

...

The cell contains a string.

...

The cell value is a time.

...

{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}