Home
gets the key of the column with supplied index

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

Syntax

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

Parameters

index
Int32
index of the column

Return Value

key of the column

See Also