Click or drag to resize
CalculationWorks Logo
BcfTableViewBaseIndexOf Method
Determines the index of a specific item in the list.

Namespace: CalculationWorks.ViewModel.Windows
Assembly: CalculationWorks.ViewModel.Windows (in CalculationWorks.ViewModel.Windows.dll) Version: 3.0.2.0
Syntax
public int IndexOf(
	BcfRowView rowView
)

Parameters

rowView
Type: CalculationWorks.ViewModel.WindowsBcfRowView
The row view.

Return Value

Type: Int32
System.Int32.
Version Information

CalculationWorks.ViewModel.Windows

Supported in: 3.0, 2.1, 2.0
See Also