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

In C# stellt diese Eigenschaft den Indexer für die GridRowCollection-Klasse dar. Ruft ein Zeilen-Objekt an den angegebenen Indexes in der Auflistung ab.
CopyC#
// Beispiel:
grid.Rows[0].Name = "rowTitle";
grid.Rows[3].Height = 24;

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

Assembly: ppsGrid (Module: ppsGrid) Version: 1.3.4.0