FsRow Type
Creates an FsRow from the given FsRangeAddress, consisting of FsCells within a given FsCellsCollection, and a styleValue.
The FsCellsCollection must only cover 1 row!
Constructors
Constructor | Description |
Full Usage:
FsRow(rangeAddress, cells)
Parameters:
FsRangeAddress
cells : FsCellsCollection
Returns: FsRow
|
|
Instance members
Instance member | Description |
|
|
|
|
Full Usage:
this.HasCellAt
Parameters:
int
-
The number of the column where the presence of an FsCell shall be checked.
Returns: bool
|
|
Full Usage:
this.Index
|
|
Full Usage:
this.InsertValueAt
Parameters:
int
value : 'a
|
|
|
|
Full Usage:
this.MaxColIndex
Returns: int
|
|
Full Usage:
this.MinColIndex
Returns: int
|
|
Full Usage:
this.ToDenseRow
|
|
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:
FsRow.createAt (index, cells)
Parameters:
int32
cells : FsCellsCollection
Returns: FsRow
|
The appropriate range of the cells (i.e. minimum colIndex and maximum colIndex) is derived from the FsCells with the matching rowIndex.
|
|
|
|
|
|
|
Full Usage:
FsRow.hasCellAt colIndex row
Parameters:
int
-
The number of the column where the presence of an FsCell shall be checked.
row : FsRow
-
Returns: bool
|
|
Full Usage:
FsRow.insertValueAt colIndex value row
Parameters:
int
value : IConvertible
row : FsRow
Returns: FsRow
|
|
|
|
|
|
|