Spread WPF 18
GrapeCity.Spreadsheet.Printing Namespace / DocumentPage Class / Page Property


In This Topic
    Page Property (DocumentPage)
    In This Topic
    Gets the order of this page.
    Syntax
    'Declaration
     
    Public ReadOnly Property Page As Integer
    'Usage
     
    Dim instance As DocumentPage
    Dim value As Integer
     
    value = instance.Page
    public int Page {get;}
    See Also