# GrapeCity.Spreadsheet.BordersIndex

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Spreadsheet_BordersIndex" data-uid="GrapeCity.Spreadsheet.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.Spreadsheet.html">GrapeCity.Spreadsheet</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Spreadsheet.dll</h6>
  <h5 id="GrapeCity_Spreadsheet_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_Spreadsheet_BordersIndex_Bottom">Bottom</td>
        <td><p>Border at the bottom of the range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_BordersIndex_DiagonalDown">DiagonalDown</td>
        <td><p>Border running from the upper left-hand corner to the lower right of each cell in the range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_BordersIndex_DiagonalUp">DiagonalUp</td>
        <td><p>Border running from the lower left-hand corner to the upper right of each cell in the range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_BordersIndex_InsideHorizontal">InsideHorizontal</td>
        <td><p>Horizontal borders for all cells in the range except borders on the outside of the range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_BordersIndex_InsideVertical">InsideVertical</td>
        <td><p>Vertical borders for all the cells in the range except borders on the outside of the range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_BordersIndex_Left">Left</td>
        <td><p>Border at the left-hand edge of the range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_BordersIndex_Right">Right</td>
        <td><p>Border at the right-hand edge of the range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_BordersIndex_Top">Top</td>
        <td><p>Border at the top of the range.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
