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

この列または列範囲を削除します。
構文
'Declaration
 
Public Sub Remove() 
public void Remove()
この例では、アクティブシートから先頭列を削除します。
FarPoint.Web.Spread.Column col;
fpSpread1.ActiveSheetView.ColumnCount = 3;
col = fpSpread1.ActiveSheetView.Columns[0];
col.Remove();
Dim col As FarPoint.Web.Spread.Column
FpSpread1.ActiveSheetView.ColumnCount = 3
col = FpSpread1.ActiveSheetView.Columns(0)
col.Remove()
参照

Column クラス
Column メンバ

 

 


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