Table of Contents

Class XlsPageSetup

Namespace
Spire.Xls.Core.Spreadsheet
Assembly
Spire.XLS.dll
public class XlsPageSetup : XlsPageSetupBase, IDisposable, IPageSetup, IPageSetupBase, IExcelApplication
Inheritance
XlsPageSetup
Implements
Derived
Inherited Members

Properties

DefaultRowHeight

Gets or sets default row height.

public int DefaultRowHeight { get; set; }

Property Value

int

DefaultRowHeightFlag

public bool DefaultRowHeightFlag { get; set; }

Property Value

bool

HPageBreaks

protected XlsHPageBreaksCollection HPageBreaks { get; }

Property Value

XlsHPageBreaksCollection

IsFitToPage

public bool IsFitToPage { get; set; }

Property Value

bool

IsPrintGridlines

public bool IsPrintGridlines { get; set; }

Property Value

bool

IsPrintHeadings

public bool IsPrintHeadings { get; set; }

Property Value

bool

IsSummaryColumnRight

public bool IsSummaryColumnRight { get; set; }

Property Value

bool

IsSummaryRowBelow

public bool IsSummaryRowBelow { get; set; }

Property Value

bool

NeedDataArray

public bool NeedDataArray { get; }

Property Value

bool

PrintArea

public string PrintArea { get; set; }

Property Value

string

PrintTitleColumns

public string PrintTitleColumns { get; set; }

Property Value

string

PrintTitleRows

public string PrintTitleRows { get; set; }

Property Value

string

RelationId

Gets / sets relation id to the printer settings part.

public string RelationId { get; }

Property Value

string

VPageBreaks

protected XlsVPageBreaksCollection VPageBreaks { get; }

Property Value

XlsVPageBreaksCollection

Methods

Clone(object)

public XlsPageSetup Clone(object parent)

Parameters

parent object

Returns

XlsPageSetup

GetStoreSize(ExcelVersion)

[Obsolete("the method is not implemented")]
public override int GetStoreSize(ExcelVersion version)

Parameters

version ExcelVersion

Returns

int