public virtual void RemoveRows( int row, int count )
'Declaration Public Overridable Sub RemoveRows( _ ByVal row As Integer, _ ByVal count As Integer _ )
'使用法 Dim instance As SheetView Dim row As Integer Dim count As Integer instance.RemoveRows(row, 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 メンバ
行と列の削除
© 2004-2015, GrapeCity inc. All rights reserved.