Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI.UndoRedo Namespace / RowAutoFitUndoAction Class / RowAutoFitUndoAction Constructor
The sheet.
The automatically resized rows.
if set to true the row is in the column header.


In This Topic
    RowAutoFitUndoAction Constructor
    In This Topic
    Initializes a new instance of the RowAutoFitUndoAction class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal sheet As Worksheet, _
       ByVal rows() As RowAutoFitExtent, _
       ByVal columnHeader As Boolean _
    )
    'Usage
     
    Dim sheet As Worksheet
    Dim rows() As RowAutoFitExtent
    Dim columnHeader As Boolean
     
    Dim instance As New RowAutoFitUndoAction(sheet, rows, columnHeader)
    public RowAutoFitUndoAction( 
       Worksheet sheet,
       RowAutoFitExtent[] rows,
       bool columnHeader
    )

    Parameters

    sheet
    The sheet.
    rows
    The automatically resized rows.
    columnHeader
    if set to true the row is in the column header.
    See Also