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

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

パラメータ

index
削除する項目の0から始まるインデックス。
例外
例外解説
System.NotSupportedExceptionColumnFooterSectionCollectionが読み取り専用です。
System.InvalidOperationExceptionColumnFooterSectionCollectionの項目数が1未満です。
System.ArgumentOutOfRangeExceptionindexColumnFooterSectionCollection内の有効なインデックスではありません。
参照

ColumnFooterSectionCollection クラス
ColumnFooterSectionCollection メンバ

 

 


© 2008-2015 GrapeCity inc. All rights reserved.