Enum ExcelPageBreak
Enumeration of page break types in Excel.
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
public enum ExcelPageBreak
Fields
Name | Description |
---|---|
PageBreakAutomatic | Represents the Automatic option. |
PageBreakManual | Represents the Manual option. |
PageBreakNone | Represents the None option. |