Interface IPageSetup
public interface IPageSetup : IPageSetupBase, IExcelApplication
- Inherited Members
Properties
FitToPagesTall
int FitToPagesTall { get; set; }
Property Value
FitToPagesWide
int FitToPagesWide { get; set; }
Property Value
IsFitToPage
bool IsFitToPage { get; set; }
Property Value
IsPrintGridlines
bool IsPrintGridlines { get; set; }
Property Value
IsPrintHeadings
bool IsPrintHeadings { get; set; }
Property Value
IsSummaryColumnRight
bool IsSummaryColumnRight { get; set; }
Property Value
IsSummaryRowBelow
bool IsSummaryRowBelow { get; set; }
Property Value
PrintArea
string PrintArea { get; set; }
Property Value
PrintTitleColumns
string PrintTitleColumns { get; set; }
Property Value
PrintTitleRows
string PrintTitleRows { get; set; }