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

In This Topic
    FirstPageNumber Property
    In This Topic
    Returns or sets the first page number that will be used when this sheet is printed. If PageSetup.FirstPageNumberAuto is the value (default) then the first page number will be chosen automatically.
    Syntax
    'Declaration
     
    Public Property FirstPageNumber As Short
    public short FirstPageNumber {get; set;}
    See Also