Home
gets the index of the column 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 getColumnIndex(
	string key
)
Public Function getColumnIndex ( _
	key As String _
) As Integer
public:
int getColumnIndex(
	String^ key
)

Parameters

key
String
value/name of the column

Return Value

index of the column

See Also