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

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,
	string columnKey
)
Public Function getValue ( _
	rowKey As String, _
	columnKey As String _
) As String
public:
String^ getValue(
	String^ rowKey, 
	String^ columnKey
)

Parameters

rowKey
String
(string) row Key
columnKey
String
(string) column Key

Return Value

value at present element in nListView

See Also