 |
BcfTableViewBaseIndexOf Method |
Determines the index of a specific item in the list.
Namespace: CalculationWorks.ViewModel.WindowsAssembly: CalculationWorks.ViewModel.Windows (in CalculationWorks.ViewModel.Windows.dll) Version: 3.0.2.0
Syntaxpublic int IndexOf(
BcfRowView rowView
)
Public Function IndexOf (
rowView As BcfRowView
) As Integer
public:
int IndexOf(
BcfRowView^ rowView
)
member IndexOf :
rowView : BcfRowView -> int
Parameters
- rowView
- Type: CalculationWorks.ViewModel.WindowsBcfRowView
The row view.
Return Value
Type:
Int32System.Int32.
Version InformationCalculationWorks.ViewModel.Windows
Supported in: 3.0, 2.1, 2.0
See Also