# GrapeCity.Spreadsheet.IAboveAverage

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Spreadsheet_IAboveAverage" data-uid="GrapeCity.Spreadsheet.IAboveAverage" class="text-break">IAboveAverage Interface
</h1>
  <div class="markdown level0 summary"><p>Represents an above average visual of 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_IAboveAverage_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IAboveAverage : IFormatCondition</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IAboveAverage
    Inherits IFormatCondition</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_IAboveAverage_AboveBelow" data-uid="GrapeCity.Spreadsheet.IAboveAverage.AboveBelow">
          <a class="xref" href="GrapeCity.Spreadsheet.IAboveAverage.AboveBelow.html#GrapeCity_Spreadsheet_IAboveAverage_AboveBelow">AboveBelow</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets one of the constants of the <a class="xref" href="GrapeCity.Spreadsheet.IAboveAverage.AboveBelow.html#GrapeCity_Spreadsheet_IAboveAverage_AboveBelow">AboveBelow</a> enumeration, specifying if the conditional formatting rule looks for cell values above or below the range average or standard deviation.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Spreadsheet_IAboveAverage_NumStdDev" data-uid="GrapeCity.Spreadsheet.IAboveAverage.NumStdDev">
          <a class="xref" href="GrapeCity.Spreadsheet.IAboveAverage.NumStdDev.html#GrapeCity_Spreadsheet_IAboveAverage_NumStdDev">NumStdDev</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the numeric standard deviation for an <a class="xref" href="GrapeCity.Spreadsheet.IAboveAverage.html">IAboveAverage</a> object.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="seealso">See Also</h3>
  <div class="seealso">
      <div><a class="xref" href="GrapeCity.Spreadsheet.IFormatCondition.html">IFormatCondition</a></div>
  </div>

</div>
