Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.UndoRedo Namespace / TableResizeUndoAction Class / TableResizeUndoAction Constructor
The FarPoint.Win.Spread.FpSpread object.
The FarPoint.Win.Spread.SheetView object.
The FarPoint.Win.Spread.TableView object.
New row count to resize.
New column count to resize.
New first column to resize. -1 means not changing first column.


In This Topic
    TableResizeUndoAction Constructor
    In This Topic
    Creates an instance of TableResizeUndoAction
    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, _
       Optional ByVal newFirstColumnIndex As Integer _
    )
    'Usage
     
    
    Dim fpSpread As FpSpread
    Dim sheetView As SheetView
    Dim tableView As TableView
    Dim newRowCount As Integer
    Dim newColumnCount As Integer
    Dim newFirstColumnIndex As Integer
     
    Dim instance As New TableResizeUndoAction(fpSpread, sheetView, tableView, newRowCount, newColumnCount, newFirstColumnIndex)

    Parameters

    fpSpread
    The FarPoint.Win.Spread.FpSpread object.
    sheetView
    The FarPoint.Win.Spread.SheetView object.
    tableView
    The FarPoint.Win.Spread.TableView object.
    newRowCount
    New row count to resize.
    newColumnCount
    New column count to resize.
    newFirstColumnIndex
    New first column to resize. -1 means not changing first column.
    See Also