get/set the Cell at the supplied RowIndex,ColumnIndex

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

Syntax

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

Parameters

rowIndex
Int32
colIndex
Int32

Return Value

See Also