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

削除する項目の0から始まるインデックス。
指定したインデックスにあるColumnFooterSectionCollection項目を削除します。
構文
Public Sub RemoveAt( _
   ByVal index As Integer _
) 
public void RemoveAt( 
   int index
)

パラメータ

index
削除する項目の0から始まるインデックス。
例外
例外解説
System.NotSupportedExceptionColumnHeaderSectionCollectionが読み取り専用です。
System.InvalidOperationExceptionColumnHeaderSectionCollectionの項目数が1未満です。
System.ArgumentOutOfRangeExceptionrowIndex0未満か、コレクション内のColumnHeaderSectionの数 - 1を超えています。
参照

ColumnHeaderSectionCollection クラス
ColumnHeaderSectionCollection メンバ

 

 


© 2008-2015 GrapeCity inc. All rights reserved.