 |
| BcfTableViewBaseTRowViewItem Property |
Gets the element at the specified index
Namespace: CalculationWorks.ViewModel.WindowsAssembly: CalculationWorks.ViewModel.Windows (in CalculationWorks.ViewModel.Windows.dll) Version: 2.1.0.0
Syntaxpublic TRowView this[
int index
] { get; set; }Public Default Property Item (
index As Integer
) As TRowView
Get
Set
Parameters
- index
- Type: SystemInt32
The index.
Return Value
Type:
TRowViewTRowView.
Implements
IListTItemInt32
See Also