Home
gets the index of the row with supplied key

Namespace:  nControls
Assembly:  nListView (in nListView.dll) Version: 2.1.0.0 (2.1)

Syntax

         
 C#  Visual Basic  Visual C++ 
public int getRowIndex(
	string key
)
Public Function getRowIndex ( _
	key As String _
) As Integer
public:
int getRowIndex(
	String^ key
)

Parameters

key
String
value/name of the row

Return Value

index of the row

See Also