Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI.UndoRedo Namespace / RowUngroupUndoAction Class / RowUngroupUndoAction Constructor
The worksheet.
The row ungroup extent information.


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

    Parameters

    sheet
    The worksheet.
    rowUngroupExtent
    The row ungroup extent information.
    See Also