'Declaration Public Sub AddRows( _ ByVal row As Integer, _ ByVal count As Integer _ )
'Declaration
Public Sub AddRows( _ ByVal row As Integer, _ ByVal count As Integer _ )
public void AddRows( int row, int count )
FarPoint.Web.Spread.SheetView sv; sv = FpSpread1.ActiveSheetView if (IsPostBack) { sv.AddRows(1, 2); }
Dim sv As FarPoint.Web.Spread.SheetView sv = FpSpread1.ActiveSheetView If IsPostBack Then sv.AddRows(1, 2) End If
SheetView クラス SheetView メンバ
行の追加
© MESCIUS inc. All rights reserved.