Click or drag to resize

BcfTableViewBaseIndexOf Method

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.2.0
Syntax
public int IndexOf(
	BcfRowView rowView
)

Parameters

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

Return Value

Type: Int32
The index of a specific item in list.
See Also