Click or drag to resize

BcfTableViewBaseTRowViewIndexOf Method (TRowView)

[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-beta6
Syntax
public int IndexOf(
	TRowView rowView
)

Parameters

rowView
Type: TRowView
The row view.

Return Value

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

Implements

IListTIndexOf(T)
Version Information

Forms

Supported in: 4.0
See Also