Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Printing Namespace / PageSetup Class / PrintArea Property


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

    Property Value

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