FsCellsCollection Type
Constructors
Constructor | Description |
|
|
Instance members
Instance member | Description | ||||
|
|||||
|
|
||||
Full Usage:
this.ContainsCellAt
Parameters:
int
colIndex : int
Returns: bool
|
|||||
|
|
||||
Full Usage:
this.Count
|
|||||
|
|||||
Full Usage:
this.GetCells
Parameters:
int32
columnStart : int32
rowEnd : int32
columnEnd : int32
Returns: FsCell seq
|
|||||
|
|||||
|
|||||
|
|
||||
|
|||||
|
|||||
|
|
||||
|
|
||||
Full Usage:
this.MaxColumnNumber
Returns: int32
|
|||||
Full Usage:
this.MaxRowNumber
Returns: int32
|
|||||
Full Usage:
this.RemoveCellAt
Parameters:
int32
column : int32
|
|||||
Full Usage:
this.RemoveValueAt
Parameters:
int
colIndex : int
|
|
||||
|
|||||
Full Usage:
this.TryRemoveValueAt
Parameters:
int
colIndex : int
|
Does nothing if the row or column of given index does not exist.
|
Static members
Static member | Description | ||||
Full Usage:
FsCellsCollection.addCell cell cellsCollection
Parameters:
FsCell
cellsCollection : FsCellsCollection
Returns: FsCellsCollection
|
Derives row- and columnIndex from the FsAddress of the FsCell.
|
||||
Full Usage:
FsCellsCollection.addCellWithIndeces rowIndex colIndex cell cellsCollection
Parameters:
int32
colIndex : int32
cell : FsCell
cellsCollection : FsCellsCollection
|
|
||||
Full Usage:
FsCellsCollection.addCells cells cellsCollection
Parameters:
FsCell seq
cellsCollection : FsCellsCollection
Returns: FsCellsCollection
|
Derives row- and columnIndeces from the FsAddress of the FsCells.
|
||||
Full Usage:
FsCellsCollection.containsCellAt rowIndex colIndex cellsCollection
Parameters:
int
colIndex : int
cellsCollection : FsCellsCollection
Returns: bool
|
|||||
Full Usage:
FsCellsCollection.copy cellsCollection
Parameters:
FsCellsCollection
Returns: FsCellsCollection
|
|||||
Full Usage:
FsCellsCollection.createFromCells cells
Parameters:
FsCell seq
Returns: FsCellsCollection
|
Derives row- and columnIndices from the FsAddress of the FsCells.
|
||||
Full Usage:
FsCellsCollection.filterCellsFromTo rowStart columnStart rowEnd columnEnd predicate cellsCollection
Parameters:
int32
columnStart : int32
rowEnd : int32
columnEnd : int32
predicate : FsCell -> bool
cellsCollection : FsCellsCollection
Returns: FsCell seq
|
|
||||
Full Usage:
FsCellsCollection.filterCellsFromToAddress startAddress lastAddress predicate cellsCollection
Parameters:
FsAddress
lastAddress : FsAddress
predicate : FsCell -> bool
cellsCollection : FsCellsCollection
Returns: FsCell seq
|
|
||||
Full Usage:
FsCellsCollection.getCells cellsCollection
Parameters:
FsCellsCollection
Returns: FsCell seq
|
|||||
Full Usage:
FsCellsCollection.getCellsFromTo rowStart columnStart rowEnd columnEnd cellsCollection
Parameters:
int32
columnStart : int32
rowEnd : int32
columnEnd : int32
cellsCollection : FsCellsCollection
Returns: FsCell seq
|
|
||||
Full Usage:
FsCellsCollection.getCellsFromToAddress startAddress lastAddress cellsCollection
Parameters:
FsAddress
lastAddress : FsAddress
cellsCollection : FsCellsCollection
Returns: FsCell seq
|
|
||||
Full Usage:
FsCellsCollection.getCellsInColumn colIndex cellsCollection
Parameters:
int32
cellsCollection : FsCellsCollection
Returns: FsCell seq
|
|||||
Full Usage:
FsCellsCollection.getCellsInRow rowIndex cellsCollection
Parameters:
int32
cellsCollection : FsCellsCollection
Returns: FsCell seq
|
|||||
Full Usage:
FsCellsCollection.getFirstAddress cells
Parameters:
FsCellsCollection
Returns: FsAddress
|
|||||
Full Usage:
FsCellsCollection.getLastAddress cells
Parameters:
FsCellsCollection
Returns: FsAddress
|
|||||
Full Usage:
FsCellsCollection.removeCellAt rowIndex colIndex cellsCollection
Parameters:
int32
colIndex : int32
cellsCollection : FsCellsCollection
Returns: FsCellsCollection
|
|||||
Full Usage:
FsCellsCollection.removeValueAt rowIndex colIndex cellsCollection
Parameters:
int
colIndex : int
cellsCollection : FsCellsCollection
Returns: FsCellsCollection
|
|
||||
Full Usage:
FsCellsCollection.tryGetCell rowIndex colIndex cellsCollection
Parameters:
int32
colIndex : int32
cellsCollection : FsCellsCollection
Returns: FsCell option
|
|||||
Full Usage:
FsCellsCollection.tryRemoveValueAt rowIndex colIndex cellsCollection
Parameters:
int
colIndex : int
cellsCollection : FsCellsCollection
Returns: FsCellsCollection
|
Does nothing if the row or column of given index does not exist.
|