 | BcfTableViewBaseIndexOf Method |
[This is preliminary documentation and is subject to change.]
Gets the index of a specific item in the list.
Namespace:
CalculationWorks.ViewModel.Forms
Assembly:
CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 4.0.0-beta7
Syntaxpublic int IndexOf(
BcfRowView rowView
)
Public Function IndexOf (
rowView As BcfRowView
) As Integer
Parameters
- rowView
- Type: CalculationWorks.ViewModel.FormsBcfRowView
The row view.
Return Value
Type:
Int32The index of a specific item in list.
See Also