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

C1.Win.4.8 アセンブリ > C1.Framework 名前空間 > GridRowCollection クラス : Item プロパティ
Index of the row to get or set.
Gets or sets the GridRow at a specified index in the list.
シンタックス
'宣言
 
Public Shadows Default Property Item( _
   ByVal index As Integer _
) As GridRow
public new GridRow this[ 
   int index
]; {get; set;}

パラメータ

index
Index of the row to get or set.

プロパティ値

The GridRow at the specified index.
参照

GridRowCollection クラス
GridRowCollection メンバ