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(
	int colIndex
)
Public Function getSelectedValueAt ( _
	colIndex As Integer _
) As String
public:
String^ getSelectedValueAt(
	int colIndex
)

Parameters

colIndex
Int32
(int)

Return Value

(string0

See Also