 | BcfCellCellId Property |
[This is preliminary documentation and is subject to change.]
Gets the cell ID.
Namespace:
CalculationWorks.BusinessModel
Assembly:
CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta7
Syntaxpublic BcfCellId CellId { get; }Public ReadOnly Property CellId As BcfCellId
Get
Return Value
Type:
BcfCellId
The cell ID.
RemarksThe cell-ID is constructed from row-ID, table-index and column-index.
See Also