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

Static members

Static member Description

DataType.InferCellValue(value)

Full Usage: DataType.InferCellValue(value)

Parameters:
    value : 'T

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

Returns the proper CellValues case for the given value.

value : 'T
Returns: DataType * obj

Type something to start searching.