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

In This Topic
    FirstPageNumber Property
    In This Topic
    Gets or sets the first page number to be used when printing this sheet. If PageSetup.FirstPageNumberAuto is the value (default), the first page number is selected automatically.
    Syntax
    'Declaration
     
    Public Property FirstPageNumber As Short
    public short FirstPageNumber {get; set;}
    See Also