SPREAD for WPF 3.0J - GcSpreadGrid
Item(Int32) プロパティ

GrapeCity.Windows.SpreadGrid 名前空間 > ColumnCollection クラス > Item プロパティ : Item(Int32) プロパティ
インデックスを示す int 値。
指定したインデックスにある列を取得します。
シンタックス
'宣言
 
Public Overloads ReadOnly Property Item( _
   ByVal index As Integer _
) As Column
public Column Item( 
   int index
) {get;}

パラメータ

index
インデックスを示す int 値。

プロパティ値

指定したインデックスにある列。
例外
例外解説
index が0未満です。または、indexCount 以上です。
参照

ColumnCollection クラス
ColumnCollection メンバ
オーバーロード一覧