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