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

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

パラメータ

index
SelectedCellCollectionから取得するCellのインデックス。

プロパティ値

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

index0未満です。

または

indexSelectedRowCollection.Count以上です。

参照

SelectedCellCollection クラス
SelectedCellCollection メンバ

 

 


© 2008-2015 GrapeCity inc. All rights reserved.