 | BcfTableTRowItem Property |
[This is preliminary documentation and is subject to change.]
Gets the element at the specified index in the read-only list.
Namespace:
CalculationWorks.BusinessModel
Assembly:
CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta7
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 of the element to get.
Return Value
Type:
TRowThe element at the specified index in the read-only list.
Implements
IReadOnlyListTItemInt32
See Also