Spread Windows Forms 18
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Printing Namespace / DocumentPage Class / PrintRange Property


In This Topic
    PrintRange Property
    In This Topic
    Gets the print range of this page.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property PrintRange As Reference
    'Usage
     
    
    Dim instance As DocumentPage
    Dim value As Reference
     
    value = instance.PrintRange
    public Reference PrintRange {get;}
    See Also