Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI.UndoRedo Namespace / RowGroupHeaderExpandUndoAction Class / RowGroupHeaderExpandUndoAction Constructor
The worksheet.
The row group header expand extent information.


In This Topic
    RowGroupHeaderExpandUndoAction Constructor
    In This Topic
    Creates a new instance of the RowGroupHeaderExpandUndoAction class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal sheet As Worksheet, _
       ByVal rowGroupHeaderExpandExtent As RowGroupHeaderExpandExtent _
    )
    'Usage
     
    Dim sheet As Worksheet
    Dim rowGroupHeaderExpandExtent As RowGroupHeaderExpandExtent
     
    Dim instance As New RowGroupHeaderExpandUndoAction(sheet, rowGroupHeaderExpandExtent)
    public RowGroupHeaderExpandUndoAction( 
       Worksheet sheet,
       RowGroupHeaderExpandExtent rowGroupHeaderExpandExtent
    )

    Parameters

    sheet
    The worksheet.
    rowGroupHeaderExpandExtent
    The row group header expand extent information.
    See Also