'Declaration Public Sub RemoveColumns( _ ByVal column As Integer, _ ByVal count As Integer _ )
'Declaration
Public Sub RemoveColumns( _ ByVal column As Integer, _ ByVal count As Integer _ )
public void RemoveColumns( int column, int count )
FarPoint.Web.Spread.SheetView sv; sv = FpSpread1.ActiveSheetView; sv.RemoveColumns(0, 2);
Dim sv As FarPoint.Web.Spread.SheetView sv = FpSpread1.ActiveSheetView sv.RemoveColumns(0, 2)
SheetView クラス SheetView メンバ
行の削除
© MESCIUS inc. All rights reserved.