# GrapeCity.Spreadsheet.INegativeBarFormat

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Spreadsheet_INegativeBarFormat" data-uid="GrapeCity.Spreadsheet.INegativeBarFormat" class="text-break">INegativeBarFormat Interface
</h1>
  <div class="markdown level0 summary"><p>Represents the color settings of the data bars for negative values that are defined by a data bar 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_INegativeBarFormat_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface INegativeBarFormat</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface INegativeBarFormat</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_INegativeBarFormat_BorderColor" data-uid="GrapeCity.Spreadsheet.INegativeBarFormat.BorderColor">
          <a class="xref" href="GrapeCity.Spreadsheet.INegativeBarFormat.BorderColor.html#GrapeCity_Spreadsheet_INegativeBarFormat_BorderColor">BorderColor</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a FormatColor object that you can use to specify the border color for negative data bars.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_INegativeBarFormat_BorderColorType" data-uid="GrapeCity.Spreadsheet.INegativeBarFormat.BorderColorType">
          <a class="xref" href="GrapeCity.Spreadsheet.INegativeBarFormat.BorderColorType.html#GrapeCity_Spreadsheet_INegativeBarFormat_BorderColorType">BorderColorType</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies whether to use the same border color as positive data bars.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_INegativeBarFormat_Color" data-uid="GrapeCity.Spreadsheet.INegativeBarFormat.Color">
          <a class="xref" href="GrapeCity.Spreadsheet.INegativeBarFormat.Color.html#GrapeCity_Spreadsheet_INegativeBarFormat_Color">Color</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a FormatColor object that you can use to specify the fill color for negative data bars.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_INegativeBarFormat_ColorType" data-uid="GrapeCity.Spreadsheet.INegativeBarFormat.ColorType">
          <a class="xref" href="GrapeCity.Spreadsheet.INegativeBarFormat.ColorType.html#GrapeCity_Spreadsheet_INegativeBarFormat_ColorType">ColorType</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies whether to use the same fill color as positive data bars.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
