Home
get/set the Cell at the supplied RowKey,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[
	string rowKey,
	string colKey
] { get; set; }
Public Default Property Item ( _
	rowKey As String, _
	colKey As String _
) As ListViewItem..::.ListViewSubItem
public:
property ListViewItem..::.ListViewSubItem^ default[String^ rowKey, String^ colKey] {
	ListViewItem..::.ListViewSubItem^ get (String^ rowKey, String^ colKey);
	void set (String^ rowKey, String^ colKey, ListViewItem..::.ListViewSubItem^ value);
}

Parameters

rowKey
String
colKey
String

Return Value

See Also