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

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

パラメータ

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

ColumnHeaderSectionCollection クラス
ColumnHeaderSectionCollection メンバ

 

 


© 2008-2015 GrapeCity inc. All rights reserved.