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

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

パラメータ

index
Index of the grid column to get or set.

プロパティ値

The GridColumn at the specified index.
参照

GridColumnCollection クラス
GridColumnCollection メンバ