 |
BcfTableViewBaseIndexOf Method |
Determines the index of a specific item in the list.
Namespace: CalculationWorks.ViewModel.FormsAssembly: CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.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.FormsBcfRowView
The row view.
Return Value
Type:
Int32System.Int32.
Version InformationCalculationWorks.ViewModel.Forms
Supported in: 3.0, 2.1, 2.0
See Also