ppsGrid Class Library
Item Property (key)
NamespacesppsGridGridRowCollectionItem[([String])]
ppsGrid (c] 2004-2007 by Torsten Oberprieler

Ruft ein Spalten-Objekt mit den angegebenen Namen in der Auflistung ab.
CopyC#
// Beispiel:
grid.Rows["rowAdr"].Tag = obj;
grid.Rows["rowName"].Height = 42;

Declaration Syntax
C#Visual BasicVisual C++
public GridRow this[
	string key
]{ get; set;}
Public Default Property Item ( _
	key As String _
) As GridRow
public:
property GridRow^ default[String^ key] {
	GridRow^ get (String^ key);
	void set (String^ key, GridRow^ value);
}
Parameters
key (String)

Assembly: ppsGrid (Module: ppsGrid) Version: 1.3.4.0