バージョン

Item(Int32) プロパティ

コントロール内の項目のコレクションを取得します。
シンタックス
'宣言
 
Public Overloads Shadows Property Item( _
   ByVal index As Integer _
) As ColumnGroupingSetting
public new ColumnGroupingSetting Item( 
   int index
) {get; set;}

パラメータ

index
コレクションから取得する ColumnGroupingSetting の 0 から始まるインデックス番号。
参照