Interface IChartPageSetup
Represent page setup options for the chart sheet.
public interface IChartPageSetup : IPageSetupBase, IExcelApplication
- 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.
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.
bool FitToPagesWide { get; set; }