ExcelSaveOptions.MinimizeTheNumberOfWorksheets

ExcelSaveOptions.MinimizeTheNumberOfWorksheets property

Set true if you need to minimize the number of worksheets in resultant workbook. Default value is false; it means save of each PDF page as separated worksheet.

public bool MinimizeTheNumberOfWorksheets { get; set; }

See Also