Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Printing Namespace / IPageSetup Interface / PrintArea Property


In This Topic
    PrintArea Property (IPageSetup)
    In This Topic
    Gets or sets the range to be printed.
    Syntax
    'Declaration
     
    
    Property PrintArea As Reference
    'Usage
     
    
    Dim instance As IPageSetup
    Dim value As Reference
     
    instance.PrintArea = value
     
    value = instance.PrintArea
    Reference PrintArea {get; set;}

    Property Value

    A GrapeCity.Spreadsheet.Reference value represents the range to be printed.
    See Also