gets the value in the nListView determined by the rowID 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(
	int rowID,
	string columnKey
)
Public Function getValue ( _
	rowID As Integer, _
	columnKey As String _
) As String
public:
String^ getValue(
	int rowID, 
	String^ columnKey
)

Parameters

rowID
Int32
(int) row ID
columnKey
String
(string) column Key

Return Value

value at present element in nListView

See Also