FsColumn Type
Creates an FsColumn from the given FsRangeAddress, consisting of FsCells within a given FsCellsCollection, and a styleValue.
The FsCellsCollection must only cover 1 column!
Constructors
Constructor | Description |
Full Usage:
FsColumn(rangeAddress, cells)
Parameters:
FsRangeAddress
cells : FsCellsCollection
Returns: FsColumn
|
|
Instance members
Instance member | Description |
|
|
|
|
Full Usage:
this.HasCellAt
Parameters:
int
-
The number of the row where the presence of an FsCell shall be checked.
Returns: bool
|
|
Full Usage:
this.Index
|
|
|
|
Full Usage:
this.MaxRowIndex
Returns: int
|
|
Full Usage:
this.MinRowIndex
Returns: int
|
|
Full Usage:
this.ToDenseColumn
|
|
Full Usage:
this.TryItem
Parameters:
int
-
The number of the column where the FsCell shall be retrieved.
Returns: FsCell option
|
Static members
Static member | Description |
|
|
Full Usage:
FsColumn.createAt (index, cells)
Parameters:
int32
cells : FsCellsCollection
Returns: FsColumn
|
The appropriate range of the cells (i.e. minimum colIndex and maximum colIndex) is derived from the FsCells with the matching rowIndex.
|
|
|
|
|
|
|
Full Usage:
FsColumn.hasCellAt rowIndex column
Parameters:
int
-
The number of the row where the presence of an FsCell shall be checked.
column : FsColumn
-
Returns: bool
|
|
|
|
|
|
|