ExcelSaveOptions.UniformWorksheets

ExcelSaveOptions.UniformWorksheets property

Set true for using uniform columns division through the document. Default value is false; it means that columns division will independent for each page.

public bool UniformWorksheets { get; set; }

See Also