PowerTools SPREAD for Windows Forms 8.0J
TableResizeUndoAction コンストラクタ


FarPoint.Win.Spread.FpSpreadオブジェクト。
FarPoint.Win.Spread.SheetViewオブジェクト。
FarPoint.Win.Spread.TableViewオブジェクト。
サイズ変更する新しい行数。
サイズ変更する新しい列数。
TableResizeUndoActionのインスタンスを作成します。
構文
'Declaration
 
Public Function New( _
   ByVal fpSpread As FpSpread, _
   ByVal sheetView As SheetView, _
   ByVal tableView As TableView, _
   ByVal newRowCount As Integer, _
   ByVal newColumnCount As Integer _
)
'使用法
 
Dim fpSpread As FpSpread
Dim sheetView As SheetView
Dim tableView As TableView
Dim newRowCount As Integer
Dim newColumnCount As Integer
 
Dim instance As New TableResizeUndoAction(fpSpread, sheetView, tableView, newRowCount, newColumnCount)
public TableResizeUndoAction( 
   FpSpread fpSpread,
   SheetView sheetView,
   TableView tableView,
   int newRowCount,
   int newColumnCount
)

パラメータ

fpSpread
FarPoint.Win.Spread.FpSpreadオブジェクト。
sheetView
FarPoint.Win.Spread.SheetViewオブジェクト。
tableView
FarPoint.Win.Spread.TableViewオブジェクト。
newRowCount
サイズ変更する新しい行数。
newColumnCount
サイズ変更する新しい列数。
参照

TableResizeUndoAction クラス
TableResizeUndoAction メンバ

 

 


© 2004-2015, GrapeCity inc. All rights reserved.