Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI.UndoRedo Namespace / ColumnResizeUndoAction Class / ColumnResizeUndoAction Constructor
The sheet.
The resize columns.
The resized size.
Whether the column being resized is in the row header area.


In This Topic
    ColumnResizeUndoAction Constructor
    In This Topic
    Creates a new undo action for column resizing.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal sheet As Worksheet, _
       ByVal columns() As ColumnResizeExtent, _
       ByVal size As Double, _
       ByVal rowHeader As Boolean _
    )
    'Usage
     
    Dim sheet As Worksheet
    Dim columns() As ColumnResizeExtent
    Dim size As Double
    Dim rowHeader As Boolean
     
    Dim instance As New ColumnResizeUndoAction(sheet, columns, size, rowHeader)
    public ColumnResizeUndoAction( 
       Worksheet sheet,
       ColumnResizeExtent[] columns,
       double size,
       bool rowHeader
    )

    Parameters

    sheet
    The sheet.
    columns
    The resize columns.
    size
    The resized size.
    rowHeader
    Whether the column being resized is in the row header area.
    See Also