# FarPoint.Web.Spread.ConditionalFormatInfo.-ctor

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="FarPoint_Web_Spread_ConditionalFormatInfo__ctor_" data-uid="FarPoint.Web.Spread.ConditionalFormatInfo.#ctor*">ConditionalFormatInfo Constructor
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="FarPoint_Web_Spread_ConditionalFormatInfo__ctor_" data-uid="FarPoint.Web.Spread.ConditionalFormatInfo.#ctor*"></a>
<h4 id="FarPoint_Web_Spread_ConditionalFormatInfo__ctor" data-uid="FarPoint.Web.Spread.ConditionalFormatInfo.#ctor">ConditionalFormatInfo()</h4>
<div class="markdown level1 summary"><p>Creates a new ConditionalFormatInfo object.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public ConditionalFormatInfo()</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New()</code></pre>
</div>


<a id="FarPoint_Web_Spread_ConditionalFormatInfo__ctor_" data-uid="FarPoint.Web.Spread.ConditionalFormatInfo.#ctor*"></a>
<h4 id="FarPoint_Web_Spread_ConditionalFormatInfo__ctor_System_Int32_System_Int32_FarPoint_Web_Spread_ConditionalFormatCollection_" data-uid="FarPoint.Web.Spread.ConditionalFormatInfo.#ctor(System.Int32,System.Int32,FarPoint.Web.Spread.ConditionalFormatCollection)">ConditionalFormatInfo(int, int, ConditionalFormatCollection)</h4>
<div class="markdown level1 summary"><p>Creates a new ConditionalFormatInfo object.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public ConditionalFormatInfo(int row, int column, ConditionalFormatCollection conditionalFormats)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New(row As Integer, column As Integer, conditionalFormats As ConditionalFormatCollection)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">row</span></td>
      <td><p>Row index</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">column</span></td>
      <td><p>Column index</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="FarPoint.Web.Spread.ConditionalFormatCollection.html">ConditionalFormatCollection</a></td>
      <td><span class="parametername">conditionalFormats</span></td>
      <td><p>conditionalFormats object</p>
</td>
    </tr>
  </tbody>
</table>


<a id="FarPoint_Web_Spread_ConditionalFormatInfo__ctor_" data-uid="FarPoint.Web.Spread.ConditionalFormatInfo.#ctor*"></a>
<h4 id="FarPoint_Web_Spread_ConditionalFormatInfo__ctor_System_Int32_System_Int32_FarPoint_Web_Spread_ConditionalFormat___" data-uid="FarPoint.Web.Spread.ConditionalFormatInfo.#ctor(System.Int32,System.Int32,FarPoint.Web.Spread.ConditionalFormat[])">ConditionalFormatInfo(int, int, ConditionalFormat[])</h4>
<div class="markdown level1 summary"><p>Creates a new ConditionalFormatInfo object.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public ConditionalFormatInfo(int row, int column, ConditionalFormat[] conditionalFormats)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub New(row As Integer, column As Integer, conditionalFormats As ConditionalFormat())</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Name</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">row</span></td>
      <td><p>Row index</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">column</span></td>
      <td><p>Column index</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="FarPoint.Web.Spread.ConditionalFormat.html">ConditionalFormat</a>[]</td>
      <td><span class="parametername">conditionalFormats</span></td>
      <td><p>conditionalFormats object</p>
</td>
    </tr>
  </tbody>
</table>
</div>
