Table of Contents

Interface IChartPageSetup

Namespace
Spire.Xls.Core
Assembly
Spire.XLS.dll

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

bool

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; }

Property Value

bool