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

Parameters

rowID
Int32
(int) row ID
columnID
Int32
(int) column ID

Return Value

value at present element in nListView

See Also