# GrapeCity.Spreadsheet.IDatabarBorder

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Spreadsheet_IDatabarBorder" data-uid="GrapeCity.Spreadsheet.IDatabarBorder" class="text-break">IDatabarBorder Interface
</h1>
  <div class="markdown level0 summary"><p>Represents the border of the data bars specified by a conditional formatting rule.</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_IDatabarBorder_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IDatabarBorder</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IDatabarBorder</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_Spreadsheet_IDatabarBorder_Color" data-uid="GrapeCity.Spreadsheet.IDatabarBorder.Color">
          <a class="xref" href="GrapeCity.Spreadsheet.IDatabarBorder.Color.html#GrapeCity_Spreadsheet_IDatabarBorder_Color">Color</a>
        </td>
        <td class="markdown level1 summary"><p>Returns an object that specifies the color of the border of data bars specified by a conditional formatting rule.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IDatabarBorder_Type" data-uid="GrapeCity.Spreadsheet.IDatabarBorder.Type">
          <a class="xref" href="GrapeCity.Spreadsheet.IDatabarBorder.Type.html#GrapeCity_Spreadsheet_IDatabarBorder_Type">Type</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the type of border for data bars specified by a conditional formatting rule.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
