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


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

    Parameters

    sheet
    The worksheet.
    rowExpandExtent
    The row expand extent information.
    See Also