GrapeCity SPREAD for WPF 2.0J
Item(Int32) プロパティ

インデックスを示す int 値。
指定したインデックスにある列を取得します。
構文
'Declaration
 
Public Overloads ReadOnly Property Item( _
   ByVal index As Integer _
) As Column
public Column Item( 
   int index
) {get;}

パラメータ

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

プロパティ値

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

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

 

 


Copyright © 2012 GrapeCity inc. All rights reserved.