# GrapeCity.Documents.Excel.IBorder

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Excel_IBorder" data-uid="GrapeCity.Documents.Excel.IBorder" class="text-break">IBorder Interface
</h1>
  <div class="markdown level0 summary"><p>Represents the border of an object.</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_IBorder_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IBorder</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IBorder</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_IBorder_Color" data-uid="GrapeCity.Documents.Excel.IBorder.Color">
          <a class="xref" href="GrapeCity.Documents.Excel.IBorder.Color.html#GrapeCity_Documents_Excel_IBorder_Color">Color</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="GrapeCity.Documents.Excel.IBorder.Color.html#GrapeCity_Documents_Excel_IBorder_Color">Color</a> of this border.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IBorder_ColorIndex" data-uid="GrapeCity.Documents.Excel.IBorder.ColorIndex">
          <a class="xref" href="GrapeCity.Documents.Excel.IBorder.ColorIndex.html#GrapeCity_Documents_Excel_IBorder_ColorIndex">ColorIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the color of the border.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IBorder_LineStyle" data-uid="GrapeCity.Documents.Excel.IBorder.LineStyle">
          <a class="xref" href="GrapeCity.Documents.Excel.IBorder.LineStyle.html#GrapeCity_Documents_Excel_IBorder_LineStyle">LineStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the line style for the border.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IBorder_ThemeColor" data-uid="GrapeCity.Documents.Excel.IBorder.ThemeColor">
          <a class="xref" href="GrapeCity.Documents.Excel.IBorder.ThemeColor.html#GrapeCity_Documents_Excel_IBorder_ThemeColor">ThemeColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the theme color in the applied color scheme that is associated with the specified object. The <a class="xref" href="GrapeCity.Documents.Excel.ThemeColor.html">ThemeColor</a> object is read or write.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IBorder_TintAndShade" data-uid="GrapeCity.Documents.Excel.IBorder.TintAndShade">
          <a class="xref" href="GrapeCity.Documents.Excel.IBorder.TintAndShade.html#GrapeCity_Documents_Excel_IBorder_TintAndShade">TintAndShade</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that lightens or darkens a color.
The valid number is from -1 (darkest) to 1 (lightest). Zero (0) is neutral.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</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_IBorder_Clear" data-uid="GrapeCity.Documents.Excel.IBorder.Clear">
          <a class="xref" href="GrapeCity.Documents.Excel.IBorder.Clear.html#GrapeCity_Documents_Excel_IBorder_Clear">Clear()</a>
        </td>
        <td class="markdown level1 summary"><p>Clear the border.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
