# GrapeCity.Documents.Excel.IPageSetup.PrintPageRange

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Excel_IPageSetup_PrintPageRange_" data-uid="GrapeCity.Documents.Excel.IPageSetup.PrintPageRange*">PrintPageRange Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Excel_IPageSetup_PrintPageRange_" data-uid="GrapeCity.Documents.Excel.IPageSetup.PrintPageRange*"></a>
<h4 id="GrapeCity_Documents_Excel_IPageSetup_PrintPageRange" data-uid="GrapeCity.Documents.Excel.IPageSetup.PrintPageRange">PrintPageRange</h4>
<div class="markdown level1 summary"><p>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 &quot;1,3,5-12&quot;.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">string PrintPageRange { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Property PrintPageRange As String</code></pre>
</div>
</div>
