ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.SpreadBuilder Assembly / GrapeCity.SpreadBuilder Namespace / DDSheet Class / PageSetup Property

In This Topic
    PageSetup Property
    In This Topic
    Gets a GrapeCity.SpreadBuilder.Printing.PageSetup class that represents current information about this sheet when it is printed.
    Syntax
    'Declaration
     
    Public ReadOnly Property PageSetup As PageSetup
    public PageSetup PageSetup {get;}

    Property Value

    A GrapeCity.SpreadBuilder.Printing.PageSetup value, representing current information about this sheet when it is printed.
    Remarks
    This information is displayed in the Page Setup dialogue in Excel.
    See Also