DataType Type
Possible DataTypes used in a FsCell.
Union cases
| Union case | Description |
Full Usage:
Boolean
|
|
Full Usage:
Date
|
|
Full Usage:
Empty
|
|
Full Usage:
Number
|
|
Full Usage:
String
|
Instance members
| Instance member | Description |
Full Usage:
this.IsBoolean
Returns: bool
|
|
Full Usage:
this.IsDate
Returns: bool
|
|
Full Usage:
this.IsEmpty
Returns: bool
|
|
Full Usage:
this.IsNumber
Returns: bool
|
|
Full Usage:
this.IsString
Returns: bool
|
|
Static members
| Static member | Description |
Full Usage:
DataType.InferCellValue(value)
Parameters:
'T
Returns: DataType * objnull
Modifiers: inline Type parameters: 'T |
FsSpreadsheet