 | BcfTableViewBaseItem Property |
[This is preliminary documentation and is subject to change.]
Namespace:
CalculationWorks.ViewModel.Windows
Assembly:
CalculationWorks.ViewModel.Windows (in CalculationWorks.ViewModel.Windows.dll) Version: 4.0.0-beta6
Syntaxpublic BcfRowView this[
int index
] { get; }Public ReadOnly Default Property Item (
index As Integer
) As BcfRowView
Get
Parameters
- index
- Type: SystemInt32
The index.
Return Value
Type:
BcfRowViewThe
BcfRowView at the specified index.
Exceptions
Version InformationBCF
Supported in: 4.0
See Also