ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Export.Excel Assembly / GrapeCity.ActiveReports.Export.Excel.Page Namespace / ExcelRenderingExtensionPageSettings Class / PaperSize Property

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