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


In This Topic
    Pages Property (PagePrintInfo)
    In This Topic
    Gets or sets the total pages in the workbook.
    Syntax
    'Declaration
     
    
    Public Property Pages As Integer
    'Usage
     
    
    Dim instance As PagePrintInfo
    Dim value As Integer
     
    instance.Pages = value
     
    value = instance.Pages
    public int Pages {get; set;}
    See Also