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