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