Spread Windows Forms 8.0 Product Documentation
TableResizeUndoAction Constructor


Syntax
'Declaration
 
Public Function New( _
   ByVal fpSpread As FpSpread, _
   ByVal sheetView As SheetView, _
   ByVal tableView As TableView, _
   ByVal newRowCount As Integer, _
   ByVal newColumnCount As Integer _
)
'Usage
 
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
)

Parameters

fpSpread
sheetView
tableView
newRowCount
newColumnCount
Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8

See Also

Reference

TableResizeUndoAction Class
TableResizeUndoAction Members

 

 


Copyright © GrapeCity, inc. All rights reserved.