Table of Contents

Interface IPageSetup

Namespace
Spire.Xls.Core
Assembly
Spire.XLS.dll
public interface IPageSetup : IPageSetupBase, IExcelApplication
Inherited Members

Properties

FitToPagesTall

int FitToPagesTall { get; set; }

Property Value

int

FitToPagesWide

int FitToPagesWide { get; set; }

Property Value

int

IsFitToPage

bool IsFitToPage { get; set; }

Property Value

bool

IsPrintGridlines

bool IsPrintGridlines { get; set; }

Property Value

bool

IsPrintHeadings

bool IsPrintHeadings { get; set; }

Property Value

bool

IsSummaryColumnRight

bool IsSummaryColumnRight { get; set; }

Property Value

bool

IsSummaryRowBelow

bool IsSummaryRowBelow { get; set; }

Property Value

bool

PrintArea

string PrintArea { get; set; }

Property Value

string

PrintTitleColumns

string PrintTitleColumns { get; set; }

Property Value

string

PrintTitleRows

string PrintTitleRows { get; set; }

Property Value

string