Header menu logo FsSpreadsheet

TableColumn Module

Functions for working with a single tableColumn of a table.

Functions and values

Function or value Description

create id name

Full Usage: create id name

Parameters:
    id : uint
    name : string

Returns: TableColumn

Creates a tableColumn of the given name and id.

id : uint
name : string
Returns: TableColumn

getId tableColumn

Full Usage: getId tableColumn

Parameters:
Returns: uint32

Gets 1-based column index of tableColumn.

tableColumn : TableColumn
Returns: uint32

getName tableColumn

Full Usage: getName tableColumn

Parameters:
Returns: string

Gets Name of a tableColumn.

tableColumn : TableColumn
Returns: string

Type something to start searching.