 | BcfChildRelationCellTRowItem 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-beta6
Syntaxpublic TRow this[
int index
] { get; }Public ReadOnly Default Property Item (
index As Integer
) As TRow
Get
Parameters
- index
- Type: SystemInt32
The zero-based index.
Return Value
Type:
TRowThe row at the specified zero-based index.
Implements
IReadOnlyListTItemInt32
Exceptions
Version InformationBCF
Supported in: 4.0
See Also