 | BcfTableItem Property |
[This is preliminary documentation and is subject to change.]
Gets the row at the specified zero-based index.
Namespace:
CalculationWorks.BusinessModel
Assembly:
CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta7
Syntaxpublic BcfRow this[
int index
] { get; }Public ReadOnly Default Property Item (
index As Integer
) As BcfRow
Get
Parameters
- index
- Type: SystemInt32
The zero-based index.
Return Value
Type:
BcfRowThe row at the specified zero-based index.
Exceptions
See Also