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