 | BcfTableViewBaseTRowViewIndexOf Method (TRowView) |
[This is preliminary documentation and is subject to change.]
Gets the index of a specific item in the list.
Namespace:
CalculationWorks.ViewModel.Windows
Assembly:
CalculationWorks.ViewModel.Windows (in CalculationWorks.ViewModel.Windows.dll) Version: 4.0.0-beta6
Syntaxpublic int IndexOf(
TRowView rowView
)
Public Function IndexOf (
rowView As TRowView
) As Integer
Parameters
- rowView
- Type: TRowView
The row view.
Return Value
Type:
Int32The index of a specific item in the list.
Implements
IListTIndexOf(T)
Version InformationBCF
Supported in: 4.0
See Also