# FarPoint.Win.Spread.IConditionalFormatSupport2

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Spread_IConditionalFormatSupport2" data-uid="FarPoint.Win.Spread.IConditionalFormatSupport2" class="text-break">IConditionalFormatSupport2 Interface
</h1>
  <div class="markdown level0 summary"><p>Interface that supports conditional formatting of cells on a sheet.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Win.Spread.html">FarPoint.Win.Spread</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Win.Spread.dll</h6>
  <h5 id="FarPoint_Win_Spread_IConditionalFormatSupport2_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IConditionalFormatSupport2 : IConditionalFormatSupport</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IConditionalFormatSupport2
    Inherits IConditionalFormatSupport</code></pre>
  </div>
  <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="FarPoint_Win_Spread_IConditionalFormatSupport2_GetConditionalFormats" data-uid="FarPoint.Win.Spread.IConditionalFormatSupport2.GetConditionalFormats">
          <a class="xref" href="FarPoint.Win.Spread.IConditionalFormatSupport2.GetConditionalFormats.html#FarPoint_Win_Spread_IConditionalFormatSupport2_GetConditionalFormats">GetConditionalFormats()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns all conditional formats.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_IConditionalFormatSupport2_SetConditionalFormat_System_Int32_System_Int32_FarPoint_Win_Spread_ConditionalFormat___" data-uid="FarPoint.Win.Spread.IConditionalFormatSupport2.SetConditionalFormat(System.Int32,System.Int32,FarPoint.Win.Spread.ConditionalFormat[])">
          <a class="xref" href="FarPoint.Win.Spread.IConditionalFormatSupport2.SetConditionalFormat.html#FarPoint_Win_Spread_IConditionalFormatSupport2_SetConditionalFormat_System_Int32_System_Int32_FarPoint_Win_Spread_ConditionalFormat___">SetConditionalFormat(int, int, ConditionalFormat[])</a>
        </td>
        <td class="markdown level1 summary"><p>Sets conditional format(s) for the cell at the specified row and column.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
