 | BcfColumnCollectionItem Property (Int32) |
[This is preliminary documentation and is subject to change.]
Gets the column at the specified zero-based index.
Namespace:
CalculationWorks.BusinessModel
Assembly:
CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta6
Syntaxpublic BcfColumn this[
int index
] { get; }Public ReadOnly Default Property Item (
index As Integer
) As BcfColumn
Get
Parameters
- index
- Type: SystemInt32
The zero-based index.
Return Value
Type:
BcfColumnThe column at the specified zero-based index.
Implements
IReadOnlyListTItemInt32
Exceptions
Version InformationBCF
Supported in: 4.0
See Also