Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / PrintInfo Class / PageRange Property


In This Topic
    PageRange Property
    In This Topic
    Gets or sets the page range for printing.
    Syntax
    'Declaration
     
    <DefaultValueAttribute("")>
    Public Property PageRange As String
    'Usage
     
    Dim instance As PrintInfo
    Dim value As String
     
    instance.PageRange = value
     
    value = instance.PageRange
    [DefaultValue("")]
    public string PageRange {get; set;}

    Property Value

    A string that provides page numbers or page ranges. The default value is an empty string.
    Remarks
    Type page numbers or page ranges separated by commas counting from the beginning of the document. For example, type "1,3,5-12".
    See Also