Home
returns the string of the subItem of the selected row at the chosen column index

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public string getSelectedValueAt(
	string colKey
)
Public Function getSelectedValueAt ( _
	colKey As String _
) As String
public:
String^ getSelectedValueAt(
	String^ colKey
)

Parameters

colKey
String
(string)

Return Value

(string)

See Also