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}A [CellValueType|Cell.CellValueType] value specifies the data type of the cell's value.{excerpt}
{signature:C#}
 public sealed class CellValueType : TypesafeEnum
{signature}{signature: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}