# GrapeCity.Wpf.SpreadSheet.BordersInfo

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Wpf_SpreadSheet_BordersInfo" data-uid="GrapeCity.Wpf.SpreadSheet.BordersInfo" class="text-break">BordersInfo Class
</h1>
  <div class="markdown level0 summary"><p>A collection of Border objects that represent the four borders of a Range or Style object.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">BordersInfo</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Wpf.SpreadSheet.html">GrapeCity.Wpf.SpreadSheet</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Wpf.SpreadSheet.dll</h6>
  <h5 id="GrapeCity_Wpf_SpreadSheet_BordersInfo_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public sealed class BordersInfo</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public NotInheritable Class BordersInfo</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_BordersInfo__ctor" data-uid="GrapeCity.Wpf.SpreadSheet.BordersInfo.#ctor">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.BordersInfo.-ctor.html#GrapeCity_Wpf_SpreadSheet_BordersInfo__ctor">BordersInfo()</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>
  <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_Wpf_SpreadSheet_BordersInfo_Bottom" data-uid="GrapeCity.Wpf.SpreadSheet.BordersInfo.Bottom">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.BordersInfo.Bottom.html#GrapeCity_Wpf_SpreadSheet_BordersInfo_Bottom">Bottom</a>
        </td>
        <td class="markdown level1 summary"><p>Border at the bottom of the range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_BordersInfo_Diagonal" data-uid="GrapeCity.Wpf.SpreadSheet.BordersInfo.Diagonal">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.BordersInfo.Diagonal.html#GrapeCity_Wpf_SpreadSheet_BordersInfo_Diagonal">Diagonal</a>
        </td>
        <td class="markdown level1 summary"><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_Wpf_SpreadSheet_BordersInfo_DiagonalDown" data-uid="GrapeCity.Wpf.SpreadSheet.BordersInfo.DiagonalDown">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.BordersInfo.DiagonalDown.html#GrapeCity_Wpf_SpreadSheet_BordersInfo_DiagonalDown">DiagonalDown</a>
        </td>
        <td class="markdown level1 summary"><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_Wpf_SpreadSheet_BordersInfo_DiagonalUp" data-uid="GrapeCity.Wpf.SpreadSheet.BordersInfo.DiagonalUp">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.BordersInfo.DiagonalUp.html#GrapeCity_Wpf_SpreadSheet_BordersInfo_DiagonalUp">DiagonalUp</a>
        </td>
        <td class="markdown level1 summary"><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_Wpf_SpreadSheet_BordersInfo_InsideHorizontal" data-uid="GrapeCity.Wpf.SpreadSheet.BordersInfo.InsideHorizontal">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.BordersInfo.InsideHorizontal.html#GrapeCity_Wpf_SpreadSheet_BordersInfo_InsideHorizontal">InsideHorizontal</a>
        </td>
        <td class="markdown level1 summary"><p>Border at the bottom of the range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_BordersInfo_Left" data-uid="GrapeCity.Wpf.SpreadSheet.BordersInfo.Left">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.BordersInfo.Left.html#GrapeCity_Wpf_SpreadSheet_BordersInfo_Left">Left</a>
        </td>
        <td class="markdown level1 summary"><p>Border at the left-hand edge of the range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_BordersInfo_Right" data-uid="GrapeCity.Wpf.SpreadSheet.BordersInfo.Right">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.BordersInfo.Right.html#GrapeCity_Wpf_SpreadSheet_BordersInfo_Right">Right</a>
        </td>
        <td class="markdown level1 summary"><p>Border at the right-hand edge of the range.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_BordersInfo_Top" data-uid="GrapeCity.Wpf.SpreadSheet.BordersInfo.Top">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.BordersInfo.Top.html#GrapeCity_Wpf_SpreadSheet_BordersInfo_Top">Top</a>
        </td>
        <td class="markdown level1 summary"><p>Border at the top of the range.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
