# FarPoint.Win.Spread.ConditionalFormattingRule.ParseFormula

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="FarPoint_Win_Spread_ConditionalFormattingRule_ParseFormula_" data-uid="FarPoint.Win.Spread.ConditionalFormattingRule.ParseFormula*">ParseFormula Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="FarPoint_Win_Spread_ConditionalFormattingRule_ParseFormula_" data-uid="FarPoint.Win.Spread.ConditionalFormattingRule.ParseFormula*"></a>
<h4 id="FarPoint_Win_Spread_ConditionalFormattingRule_ParseFormula_GrapeCity_Spreadsheet_CfValue_GrapeCity_Spreadsheet_Worksheet_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.ConditionalFormattingRule.ParseFormula(GrapeCity.Spreadsheet.CfValue,GrapeCity.Spreadsheet.Worksheet,System.Int32,System.Int32)">ParseFormula(CfValue, Worksheet, int, int)</h4>
<div class="markdown level1 summary"><p>The formula of the <a class="xref" href="../GrapeCity.Spreadsheet/GrapeCity.Spreadsheet.CfValue.html">CfValue</a> at the base row, column.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">protected string ParseFormula(CfValue cfValue, Worksheet worksheet, int baseRow, int baseColumn)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Protected Function ParseFormula(cfValue As CfValue, worksheet As Worksheet, baseRow As Integer, baseColumn As Integer) As String</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="../GrapeCity.Spreadsheet/GrapeCity.Spreadsheet.CfValue.html">CfValue</a></td>
      <td><span class="parametername">cfValue</span></td>
      <td><p>The CfValue.</p>
</td>
    </tr>
    <tr>
      <td><span class="xref">Worksheet</span></td>
      <td><span class="parametername">worksheet</span></td>
      <td><p>The current worksheet.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">baseRow</span></td>
      <td><p>The base 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">baseColumn</span></td>
      <td><p>The base column index.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-condensed">
  <thead>
    <tr>
      <th>Type</th>
      <th>Description</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><p>The formula of the <a class="xref" href="../GrapeCity.Spreadsheet/GrapeCity.Spreadsheet.CfValue.html">CfValue</a> at the base row, column.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
