Spread Windows Forms 18
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Printing Namespace / Document Class / TotalPages Property


In This Topic
    TotalPages Property
    In This Topic
    Gets the total number of pages.
    Syntax
    'Declaration
     
    
    Public Property TotalPages As Integer
    'Usage
     
    
    Dim instance As Document
    Dim value As Integer
     
    instance.TotalPages = value
     
    value = instance.TotalPages
    public int TotalPages {get; set;}
    See Also