 | BcfReflectedColumnCollectionItem Property (Int32) |
[This is preliminary documentation and is subject to change.]
Gets the element at the specified index.
Namespace:
CalculationWorks.ViewModel.Forms
Assembly:
CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.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 index.
Return Value
Type:
BcfColumnThe element at the specified index.
Exceptions
Version InformationForms
Supported in: 4.0
See Also