# GrapeCity.Spreadsheet.CalculationEngine.CalcFeatures

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Spreadsheet_CalculationEngine_CalcFeatures_" data-uid="GrapeCity.Spreadsheet.CalculationEngine.CalcFeatures*">CalcFeatures Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Spreadsheet_CalculationEngine_CalcFeatures_" data-uid="GrapeCity.Spreadsheet.CalculationEngine.CalcFeatures*"></a>
<h4 id="GrapeCity_Spreadsheet_CalculationEngine_CalcFeatures" data-uid="GrapeCity.Spreadsheet.CalculationEngine.CalcFeatures">CalcFeatures</h4>
<div class="markdown level1 summary"><p>Gets or sets a <a class="xref" href="GrapeCity.Spreadsheet.CalculationEngine.CalcFeatures.html#GrapeCity_Spreadsheet_CalculationEngine_CalcFeatures">CalcFeatures</a> value indicates which calculation feature(s) is enabled.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public CalcFeatures CalcFeatures { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property CalcFeatures As CalcFeatures</code></pre>
</div>
<h5 id="GrapeCity_Spreadsheet_CalculationEngine_CalcFeatures_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>This property must set before any calculating process; otherwise, some evaluated result may be compromised.</p>
</div>
</div>
