SuperTooltip for WinForms
Item プロパティ (GridRowCollection)

C1.Win.6 アセンブリ > C1.Framework 名前空間 > GridRowCollection クラス : Item プロパティ
取得または設定する行のインデックス。
リスト内の指定されたインデックスにある GridRowを取得または設定します。
シンタックス
'宣言
 
Public Shadows Default Property Item( _
   ByVal index As System.Integer _
) As GridRow
public new GridRow this[ 
   System.int index
]; {get; set;}

パラメータ

index
取得または設定する行のインデックス。

プロパティ値

指定されたインデックス位置にある GridRow
参照

GridRowCollection クラス
GridRowCollection メンバ