 |
| BcfRowItem Property (Int32) |
Gets the
BcfCell at the specified index.
Namespace: CalculationWorks.BusinessModelAssembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 2.1.0.0
Syntaxpublic BcfCell this[
int index
] { get; }Public ReadOnly Default Property Item (
index As Integer
) As BcfCell
Get
Parameters
- index
- Type: SystemInt32
The index.
Return Value
Type:
BcfCellBcfCell.
Exceptions
See Also