get/set the Row at the supplied Row Index

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public ListViewItem this[
	int rowIndex
] { get; set; }
Public Default Property Item ( _
	rowIndex As Integer _
) As ListViewItem
public:
property ListViewItem^ default[int rowIndex] {
	ListViewItem^ get (int rowIndex);
	void set (int rowIndex, ListViewItem^ value);
}

Parameters

rowIndex
Int32

Return Value

See Also