Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / PrintPreset Class / PrintRanges Property


In This Topic
    PrintRanges Property
    In This Topic
    Gets the page ranges to print for the PDF print viewer settings.
    Syntax
    'Declaration
     
    Public ReadOnly Property PrintRanges As List(Of PrintPreset.PrintRange)
    'Usage
     
    Dim instance As PrintPreset
    Dim value As List(Of PrintPreset.PrintRange)
     
    value = instance.PrintRanges
    public List<PrintPreset.PrintRange> PrintRanges {get;}

    Property Value

    The print ranges. The default value is never null.
    See Also