Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Printing Namespace / PagePrintInfo Class / Page Property


In This Topic
    Page Property
    In This Topic
    Gets or sets the current page number.
    Syntax
    'Declaration
     
    
    Public Property Page As Integer
    'Usage
     
    
    Dim instance As PagePrintInfo
    Dim value As Integer
     
    instance.Page = value
     
    value = instance.Page
    public int Page {get; set;}
    See Also