Header menu logo FsSpreadsheet

CellValue Module

Functions for manipulating CellValues.

Functions and values

Function or value Description

create value

Full Usage: create value

Parameters:
    value : string

Returns: CellValue

Create a new CellValue containing the given string.

value : string
Returns: CellValue

empty ()

Full Usage: empty ()

Parameters:
    () : unit

Returns: CellValue

Creates an empty CellValue.

() : unit
Returns: CellValue

getValue cellValue

Full Usage: getValue cellValue

Parameters:
Returns: string

Returns the value stored inside the CellValue.

cellValue : CellValue
Returns: string

setValue value cellValue

Full Usage: setValue value cellValue

Parameters:

Sets the value inside the CellValue.

value : string
cellValue : CellValue

Type something to start searching.