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