PowerTools MultiRow for Windows Forms 8.0J
Insert メソッド (CellCollection)

itemを配置する位置の0から始まるインデックス。
挿入するCell
コレクション内の指定したインデックスにセルを挿入します。
構文
Public Sub Insert( _
   ByVal index As Integer, _
   ByVal item As Cell _
) 
public void Insert( 
   int index,
   Cell item
)

パラメータ

index
itemを配置する位置の0から始まるインデックス。
item
挿入するCell
例外
例外解説
System.ArgumentOutOfRangeExceptionindex0未満か、コレクション内のCellの数を超えています。
System.ArgumentNullExceptionitemがnull 参照 (Visual Basicでは Nothing)です。
System.ArgumentExceptionitemはすでに別のSectionに追加されています。
System.InvalidOperationException

実行時にメソッドが実行されました。

または

itemColumnHeaderCellですが、オーナーSectionRowです。

または

itemRowHeaderCellですが、オーナーSectionColumnHeaderSectionです。

または

itemRowHeaderCellまたはColumnHeaderCellですが、オーナーSectionColumnFooterSectionです。

System.NotSupportedExceptionCellCollectionが読み取り専用です。
参照

CellCollection クラス
CellCollection メンバ

 

 


© 2008-2015 GrapeCity inc. All rights reserved.