# GrapeCity.Documents.Excel.BordersIndex

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Documents_Excel_BordersIndex" data-uid="GrapeCity.Documents.Excel.BordersIndex" class="text-break">BordersIndex Enum
</h1>
  <div class="markdown level0 summary"><p>Specifies the border to be retrieved.</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_BordersIndex_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum BordersIndex</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum BordersIndex</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="GrapeCity_Documents_Excel_BordersIndex_DiagonalDown">DiagonalDown</td>
        <td><p>Specifies that the border runs from the upper left-hand corner to the lower right of each cell in the range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_BordersIndex_DiagonalUp">DiagonalUp</td>
        <td><p>Specifies that the border runs from the lower left-hand corner to the upper right of each cell in the range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_BordersIndex_EdgeBottom">EdgeBottom</td>
        <td><p>Specifies the border is at the bottom of the range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_BordersIndex_EdgeLeft">EdgeLeft</td>
        <td><p>Specifies that the border is at the left-hand edge of the range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_BordersIndex_EdgeRight">EdgeRight</td>
        <td><p>Specifies that the border is at the right-hand edge of the range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_BordersIndex_EdgeTop">EdgeTop</td>
        <td><p>Specifies that the border is at the top of the range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_BordersIndex_InsideHorizontal">InsideHorizontal</td>
        <td><p>Specifies that there are horizontal borders for all cells in the range except borders on the outside of the range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_BordersIndex_InsideVertical">InsideVertical</td>
        <td><p>Specifies that there are vertical borders for all the cells in the range except borders on the outside of the range.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
