Spread WPF 18
GrapeCity.Wpf.SpreadSheet.Printing Namespace / PrintSettings Class / PrintArea Property


In This Topic
    PrintArea Property (PrintSettings)
    In This Topic
    Gets or sets the range to be printed.
    Syntax
    'Declaration
     
    Public Property PrintArea As Reference
    'Usage
     
    Dim instance As PrintSettings
    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. GrapeCity.Spreadsheet.Reference.Empty indicates the current defined print area from the worksheet.
    See Also