FsTableField Type
Creates an FsTableFiled with given name, index, FsRangeColumn, totalRowLabel, and the totalsRowFunction.
Constructors
Constructor | Description |
Full Usage:
FsTableField(name, index, column)
Parameters:
string
index : int
column : FsRangeColumn
Returns: FsTableField
|
|
|
|
|
|
|
|
Full Usage:
FsTableField(name, index, column, totalsRowLabel, totalsRowFunction)
Parameters:
string
index : int
column : FsRangeColumn
totalsRowLabel : obj
totalsRowFunction : obj
Returns: FsTableField
|
|
Instance members
Instance member | Description | ||
Full Usage:
this.Column
|
|||
|
|
||
Full Usage:
this.DataCells
Parameters:
FsCellsCollection
-
The FsCellsCollection respective to the FsTableField where the data cells are taken from.
Returns: FsCell seq
|
|
||
Full Usage:
this.HeaderCell
Parameters:
FsCellsCollection
showHeaderRow : bool
Returns: FsCell
|
|
||
Full Usage:
this.Index
|
|||
Full Usage:
this.Name
Returns: string
|
|||
Full Usage:
this.SetName
Parameters:
string
cellsCollection : FsCellsCollection
showHeaderRow : bool
|
|
Static members
Static member | Description | ||
Full Usage:
FsTableField.copy tableField
Parameters:
FsTableField
Returns: FsTableField
|
|||
Full Usage:
FsTableField.getDataCells cellsCollection tableField
Parameters:
FsCellsCollection
-
The FsCellsCollection respective to the FsTableField where the data cells are taken from.
tableField : FsTableField
-
The FsTableField to get the data cells from.
Returns: FsCell seq
|
|
||
Full Usage:
FsTableField.getHeaderCell cellsCollection showHeaderRow tableField
Parameters:
FsCellsCollection
showHeaderRow : bool
tableField : FsTableField
Returns: FsCell
|
|
||
Full Usage:
FsTableField.setName name cellsCollection showHeaderRow tableField
Parameters:
string
cellsCollection : FsCellsCollection
showHeaderRow : bool
tableField : FsTableField
Returns: FsTableField
|
|