Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / IPageSetup Interface / PrintPageRange Property
In This Topic
    PrintPageRange Property
    In This Topic
    Gets or sets range of pages to print, the numbers or page ranges are separated by commas counting from the beginning of the document. For example, type "1,3,5-12".
    Syntax
    System.string PrintPageRange {get; set;}
    See Also