 | BcfTableViewBaseItem Property |
Namespace:
CalculationWorks.ViewModel.Windows
Assembly:
CalculationWorks.ViewModel.Windows (in CalculationWorks.ViewModel.Windows.dll) Version: 4.2.0
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
See Also