# GrapeCity.Documents.Excel.IAboveAverage

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Excel_IAboveAverage" data-uid="GrapeCity.Documents.Excel.IAboveAverage" class="text-break">IAboveAverage Interface
</h1>
  <div class="markdown level0 summary"><p>Represents an above average visual of a conditional formatting rule. Applies a color or fill to a range or selection to help you see the value of a cell
relative to other cells.</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_IAboveAverage_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IAboveAverage</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IAboveAverage</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_IAboveAverage_AboveBelow" data-uid="GrapeCity.Documents.Excel.IAboveAverage.AboveBelow">
          <a class="xref" href="GrapeCity.Documents.Excel.IAboveAverage.AboveBelow.html#GrapeCity_Documents_Excel_IAboveAverage_AboveBelow">AboveBelow</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets one of the constants of the <a class="xref" href="GrapeCity.Documents.Excel.IAboveAverage.AboveBelow.html#GrapeCity_Documents_Excel_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_Documents_Excel_IAboveAverage_AppliesTo" data-uid="GrapeCity.Documents.Excel.IAboveAverage.AppliesTo">
          <a class="xref" href="GrapeCity.Documents.Excel.IAboveAverage.AppliesTo.html#GrapeCity_Documents_Excel_IAboveAverage_AppliesTo">AppliesTo</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a Range object specifying the cell range to which the formatting rule is applied.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IAboveAverage_Borders" data-uid="GrapeCity.Documents.Excel.IAboveAverage.Borders">
          <a class="xref" href="GrapeCity.Documents.Excel.IAboveAverage.Borders.html#GrapeCity_Documents_Excel_IAboveAverage_Borders">Borders</a>
        </td>
        <td class="markdown level1 summary"><p>Returns an instance of <a class="xref" href="GrapeCity.Documents.Excel.IBorders.html">IBorders</a> which represents the borders of this conditional format.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IAboveAverage_Font" data-uid="GrapeCity.Documents.Excel.IAboveAverage.Font">
          <a class="xref" href="GrapeCity.Documents.Excel.IAboveAverage.Font.html#GrapeCity_Documents_Excel_IAboveAverage_Font">Font</a>
        </td>
        <td class="markdown level1 summary"><p>Returns an instance of <a class="xref" href="GrapeCity.Documents.Excel.IFont.html">IFont</a> which represents the font of this conditional format.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IAboveAverage_Interior" data-uid="GrapeCity.Documents.Excel.IAboveAverage.Interior">
          <a class="xref" href="GrapeCity.Documents.Excel.IAboveAverage.Interior.html#GrapeCity_Documents_Excel_IAboveAverage_Interior">Interior</a>
        </td>
        <td class="markdown level1 summary"><p>Returns an instance of <a class="xref" href="GrapeCity.Documents.Excel.IInterior.html">IInterior</a> which represents the background color of this conditional format.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IAboveAverage_NumStdDev" data-uid="GrapeCity.Documents.Excel.IAboveAverage.NumStdDev">
          <a class="xref" href="GrapeCity.Documents.Excel.IAboveAverage.NumStdDev.html#GrapeCity_Documents_Excel_IAboveAverage_NumStdDev">NumStdDev</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets the numeric standard deviation for an AboveAverage object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IAboveAverage_NumberFormat" data-uid="GrapeCity.Documents.Excel.IAboveAverage.NumberFormat">
          <a class="xref" href="GrapeCity.Documents.Excel.IAboveAverage.NumberFormat.html#GrapeCity_Documents_Excel_IAboveAverage_NumberFormat">NumberFormat</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets the number format applied to a cell if the conditional formatting rule evaluates to True (read or write object).</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IAboveAverage_Priority" data-uid="GrapeCity.Documents.Excel.IAboveAverage.Priority">
          <a class="xref" href="GrapeCity.Documents.Excel.IAboveAverage.Priority.html#GrapeCity_Documents_Excel_IAboveAverage_Priority">Priority</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets the priority value of the conditional formatting rule. The priority determines the order of evaluation when
multiple conditional formatting rules exist in a worksheet.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IAboveAverage_StopIfTrue" data-uid="GrapeCity.Documents.Excel.IAboveAverage.StopIfTrue">
          <a class="xref" href="GrapeCity.Documents.Excel.IAboveAverage.StopIfTrue.html#GrapeCity_Documents_Excel_IAboveAverage_StopIfTrue">StopIfTrue</a>
        </td>
        <td class="markdown level1 summary"><p>Returns or sets a Boolean value that determines if additional formatting rules on the cell should be evaluated if the current rule evaluates to True.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IAboveAverage_Type" data-uid="GrapeCity.Documents.Excel.IAboveAverage.Type">
          <a class="xref" href="GrapeCity.Documents.Excel.IAboveAverage.Type.html#GrapeCity_Documents_Excel_IAboveAverage_Type">Type</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the type of this conditional format.</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_IAboveAverage_Delete" data-uid="GrapeCity.Documents.Excel.IAboveAverage.Delete">
          <a class="xref" href="GrapeCity.Documents.Excel.IAboveAverage.Delete.html#GrapeCity_Documents_Excel_IAboveAverage_Delete">Delete()</a>
        </td>
        <td class="markdown level1 summary"><p>Deletes this conditional format.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IAboveAverage_FromJson_System_String_" data-uid="GrapeCity.Documents.Excel.IAboveAverage.FromJson(System.String)">
          <a class="xref" href="GrapeCity.Documents.Excel.IAboveAverage.FromJson.html#GrapeCity_Documents_Excel_IAboveAverage_FromJson_System_String_">FromJson(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Generates the conditional format from the json string.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IAboveAverage_SetFirstPriority" data-uid="GrapeCity.Documents.Excel.IAboveAverage.SetFirstPriority">
          <a class="xref" href="GrapeCity.Documents.Excel.IAboveAverage.SetFirstPriority.html#GrapeCity_Documents_Excel_IAboveAverage_SetFirstPriority">SetFirstPriority()</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the priority value for this conditional formatting rule to &quot;1&quot; so that
it will be evaluated before all other rules on the worksheet.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IAboveAverage_SetLastPriority" data-uid="GrapeCity.Documents.Excel.IAboveAverage.SetLastPriority">
          <a class="xref" href="GrapeCity.Documents.Excel.IAboveAverage.SetLastPriority.html#GrapeCity_Documents_Excel_IAboveAverage_SetLastPriority">SetLastPriority()</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the evaluation order for this conditional formatting rule so it is evaluated
after all other rules on the worksheet.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Excel_IAboveAverage_ToJson" data-uid="GrapeCity.Documents.Excel.IAboveAverage.ToJson">
          <a class="xref" href="GrapeCity.Documents.Excel.IAboveAverage.ToJson.html#GrapeCity_Documents_Excel_IAboveAverage_ToJson">ToJson()</a>
        </td>
        <td class="markdown level1 summary"><p>Generates a json string from the conditional format.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
