'Declaration Public Function New( _ ByVal sheet As Worksheet, _ ByVal rows() As RowAutoFitExtent, _ ByVal columnHeader As Boolean _ )
'Usage Dim sheet As Worksheet Dim rows() As RowAutoFitExtent Dim columnHeader As Boolean Dim instance As New RowAutoFitUndoAction(sheet, rows, columnHeader)
public RowAutoFitUndoAction( Worksheet sheet, RowAutoFitExtent[] rows, bool columnHeader )
Parameters
- sheet
- The sheet.
- rows
- The automatically resized rows.
- columnHeader
- if set to
true
the row is in the column header.