'宣言 Public Overridable Sub RemoveRows( _ ByVal row As Integer, _ ByVal count As Integer _ )
'宣言
Public Overridable Sub RemoveRows( _ ByVal row As Integer, _ ByVal count As Integer _ )
public virtual void RemoveRows( int row, int count )
FarPoint.Win.Spread.SheetView sv; sv = fpSpread1.ActiveSheet; sv.RemoveRows(2, 496);
Dim sv As FarPoint.Win.Spread.SheetView sv = FpSpread1.ActiveSheet sv.RemoveRows(2, 496)
SheetView クラス SheetView メンバ
行と列の削除
© MESCIUS inc. All rights reserved.