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

取得するRowの0から始まるインデックス。
指定したインデックスにあるRowを取得します。
構文
Public ReadOnly Default Property Item( _
   ByVal index As Integer _
) As Row
public Row this[ 
   int index
]; {get;}

パラメータ

index
取得するRowの0から始まるインデックス。

プロパティ値

指定したインデックスにあるRow。このインデクサーを使用してRowにアクセスすると、その行はインスタンス化されます。
例外
例外解説
System.ArgumentOutOfRangeException

index0未満です。

または

indexCount以上です。

参照

RowCollection クラス
RowCollection メンバ

 

 


© 2008-2015 GrapeCity inc. All rights reserved.