# GrapeCity.Documents.Excel.IPivotLine

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Excel_IPivotLine" data-uid="GrapeCity.Documents.Excel.IPivotLine" class="text-break">IPivotLine Interface
</h1>
  <div class="markdown level0 summary"><p>A PivotLine object is a line of rows or columns in an Excel PivotTable.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Excel.html">GrapeCity.Documents.Excel</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Excel.dll</h6>
  <h5 id="GrapeCity_Documents_Excel_IPivotLine_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IPivotLine</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IPivotLine</code></pre>
  </div>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Documents_Excel_IPivotLine_LineType" data-uid="GrapeCity.Documents.Excel.IPivotLine.LineType">
          <a class="xref" href="GrapeCity.Documents.Excel.IPivotLine.LineType.html#GrapeCity_Documents_Excel_IPivotLine_LineType">LineType</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a constant that indicates the type of PivotLine.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IPivotLine_PivotLineCells" data-uid="GrapeCity.Documents.Excel.IPivotLine.PivotLineCells">
          <a class="xref" href="GrapeCity.Documents.Excel.IPivotLine.PivotLineCells.html#GrapeCity_Documents_Excel_IPivotLine_PivotLineCells">PivotLineCells</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a collection of PivotCell objects in a PivotLine.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IPivotLine_Position" data-uid="GrapeCity.Documents.Excel.IPivotLine.Position">
          <a class="xref" href="GrapeCity.Documents.Excel.IPivotLine.Position.html#GrapeCity_Documents_Excel_IPivotLine_Position">Position</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the position of the PivotLine.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
