ExcelPrintedChartSize Enumeration
Enumeration of the print size of charts in Excel.
Syntax
'Declaration Public Enum ExcelPrintedChartSize Inherits System.Enum
'Usage Dim instance As ExcelPrintedChartSize
public enum ExcelPrintedChartSize : System.Enum
Members
Member | Description |
---|---|
Custom | Represents the Custom option. |
ScaleToFitPage | Represents the ScaleToFit page option. |
UseFullPage | Represents the Use Full Page option. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
Syncfusion.XlsIO.ExcelPrintedChartSize
AssemblyVersion
Syncfusion.XlsIO.Base: 16.4460.0.52
See Also