 | BcfCellCollectionItem Property (Int32) |
[This is preliminary documentation and is subject to change.]
Gets the
BcfCell at the specified index.
Namespace:
CalculationWorks.BusinessModel
Assembly:
CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta6
Syntaxpublic BcfCell this[
int columnIndex
] { get; }Public ReadOnly Default Property Item (
columnIndex As Integer
) As BcfCell
Get
Parameters
- columnIndex
- Type: SystemInt32
The column index.
Return Value
Type:
BcfCellThe
BcfCell at the specified index.
Exceptions
Version InformationBCF
Supported in: 4.0
See Also