ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Export.Excel Assembly / GrapeCity.ActiveReports.Export.Excel.Section Namespace / XlsPageSettings Class / PaperSize Property

In This Topic
    PaperSize Property (XlsPageSettings)
    In This Topic
    Gets or sets the print paper size of Excel sheet.
    Syntax
    'Declaration
     
    Public Property PaperSize As PaperSizes
    public PaperSizes PaperSize {get; set;}
    Remarks
    Reset this property to use default AR document print paper size.
    See Also