'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.