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
DefaultRowHeightFlag
public bool DefaultRowHeightFlag { get; set; }
Property Value
HPageBreaks
protected XlsHPageBreaksCollection HPageBreaks { get; }
Property Value
IsFitToPage
public bool IsFitToPage { get; set; }
Property Value
IsPrintGridlines
public bool IsPrintGridlines { get; set; }
Property Value
IsPrintHeadings
public bool IsPrintHeadings { get; set; }
Property Value
IsSummaryColumnRight
public bool IsSummaryColumnRight { get; set; }
Property Value
IsSummaryRowBelow
public bool IsSummaryRowBelow { get; set; }
Property Value
NeedDataArray
public bool NeedDataArray { get; }
Property Value
PrintArea
public string PrintArea { get; set; }
Property Value
PrintTitleColumns
public string PrintTitleColumns { get; set; }
Property Value
PrintTitleRows
public string PrintTitleRows { get; set; }
Property Value
RelationId
Gets / sets relation id to the printer settings part.
public string RelationId { get; }
Property Value
VPageBreaks
protected XlsVPageBreaksCollection VPageBreaks { get; }
Property Value
Methods
Clone(object)
public XlsPageSetup Clone(object parent)
Parameters
parent
object
Returns
GetStoreSize(ExcelVersion)
[Obsolete("the method is not implemented")]
public override int GetStoreSize(ExcelVersion version)
Parameters
version
ExcelVersion