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

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

パラメータ

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

プロパティ値

指定したインデックスにあるRow
例外
例外解説
System.ArgumentOutOfRangeException

index0未満です。

または

indexCount以上です。

参照

SelectedRowCollection クラス
SelectedRowCollection メンバ

 

 


© 2008-2015 GrapeCity inc. All rights reserved.