Class XlsChartPageSetup
- Namespace
- Spire.Xls.Core.Spreadsheet.Charts
- Assembly
- Spire.XLS.dll
public class XlsChartPageSetup : XlsPageSetupBase, IDisposable, IChartPageSetup, IPageSetupBase, IExcelApplication
- Inheritance
-
XlsChartPageSetup
- Implements
- Derived
- Inherited Members
Properties
FitToPagesTall
Returns or sets the number of pages tall the worksheet will be scaled to when it is printed. Applies only to worksheets. Read / write Boolean.
public bool FitToPagesTall { get; set; }
Property Value
FitToPagesWide
Returns or sets the number of pages wide the worksheet will be scaled to when it is printed. Applies only to worksheets. Read / write Boolean.
public bool FitToPagesWide { get; set; }
Property Value
Methods
Clone(object)
public XlsChartPageSetup Clone(object parent)
Parameters
parent
object