PowerTools SPREAD for ASP.NET 8.0J
Remove メソッド (Columns)

開始列番号
削除する列数
列または列範囲を削除します。
構文
'Declaration
 
Public Sub Remove( _
   ByVal index As Integer, _
   ByVal count As Integer _
) 
public void Remove( 
   int index,
   int count
)

パラメータ

index
開始列番号
count
削除する列数
この例では、デフォルトシートから先頭の列を除くすべての列を削除します。
FpSpread1.ActiveSheetView.Columns.Remove(1, 499);
FpSpread1.ActiveSheetView.Columns.Remove(1, 499)
参照

Columns クラス
Columns メンバ

 

 


© 2003-2015, GrapeCity inc. All rights reserved.