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

Parameters

index
Int32
index of the row

Return Value

key of the row

See Also