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


In This Topic
    RowGroupUndoAction Constructor
    In This Topic
    Initializes a new instance of the RowGroupUndoAction class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal sheet As Worksheet, _
       ByVal rowGroupExtent As RowGroupExtent _
    )
    'Usage
     
    Dim sheet As Worksheet
    Dim rowGroupExtent As RowGroupExtent
     
    Dim instance As New RowGroupUndoAction(sheet, rowGroupExtent)
    public RowGroupUndoAction( 
       Worksheet sheet,
       RowGroupExtent rowGroupExtent
    )

    Parameters

    sheet
    The worksheet.
    rowGroupExtent
    The row group extent information.
    See Also