Table of Contents

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

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.

public bool FitToPagesWide { get; set; }

Property Value

bool

Methods

Clone(object)

public XlsChartPageSetup Clone(object parent)

Parameters

parent object

Returns

XlsChartPageSetup