Header menu logo FsSpreadsheet

DataType Type

Possible DataTypes used in a FsCell.

Union cases

Union case Description

Boolean

Full Usage: Boolean

Date

Full Usage: Date

Empty

Full Usage: Empty

Number

Full Usage: Number

String

Full Usage: String

Instance members

Instance member Description

this.IsBoolean

Full Usage: this.IsBoolean

Returns: bool
Returns: bool

this.IsDate

Full Usage: this.IsDate

Returns: bool
Returns: bool

this.IsEmpty

Full Usage: this.IsEmpty

Returns: bool
Returns: bool

this.IsNumber

Full Usage: this.IsNumber

Returns: bool
Returns: bool

this.IsString

Full Usage: this.IsString

Returns: bool
Returns: bool

Static members

Static member Description

DataType.InferCellValue(value)

Full Usage: DataType.InferCellValue(value)

Parameters:
    value : 'T

Returns: DataType * objnull
Modifiers: inline
Type parameters: 'T

Returns the proper CellValues case for the given value.

value : 'T
Returns: DataType * objnull

Type something to start searching.