gets the value in the nListView determined by the rowKey and columnID

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public string getValue(
	string rowKey,
	int columnID
)
Public Function getValue ( _
	rowKey As String, _
	columnID As Integer _
) As String
public:
String^ getValue(
	String^ rowKey, 
	int columnID
)

Parameters

rowKey
String
(string) row Key
columnID
Int32
(int) column ID

Return Value

value at present element in nListView

See Also