PowerTools MultiRow for Windows Forms 8.0J
Item(Int32) プロパティ

Sectionセクション内での0から始まるインデックスを表すSystem.Int32値。
指定したインデックスによってCellを取得します。
構文
Public Overloads ReadOnly Property Item( _
   ByVal index As Integer _
) As Cell
public Cell Item( 
   int index
) {get;}

パラメータ

index
Sectionセクション内での0から始まるインデックスを表すSystem.Int32値。

プロパティ値

指定したインデックスにあるセルを表すCell
例外
例外解説
System.ArgumentOutOfRangeException

indexが0未満です。

または

indexがコレクション内のセルの数以上です。

参照

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

 

 


© 2008-2015 GrapeCity inc. All rights reserved.