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

行を挿入する位置。
ColumnFooterSectionCollectionに挿入するColumnFooterSection
指定したColumnFooterSectionをコレクション内の指定した位置に挿入します。
構文
Public Sub Insert( _
   ByVal index As Integer, _
   ByVal item As ColumnFooterSection _
) 
public void Insert( 
   int index,
   ColumnFooterSection item
)

パラメータ

index
行を挿入する位置。
item
ColumnFooterSectionCollectionに挿入するColumnFooterSection
例外
例外解説
System.NotSupportedExceptionColumnFooterSectionCollectionが読み取り専用です。
System.ArgumentNullExceptionitemがnull 参照 (Visual Basicでは Nothing)です。
System.ArgumentOutOfRangeExceptionindex0未満か、コレクション内のColumnFooterSectionの数を超えています。
参照

ColumnFooterSectionCollection クラス
ColumnFooterSectionCollection メンバ

 

 


© 2008-2015 GrapeCity inc. All rights reserved.