# FarPoint.Win.Spread.FpSpread.GetCustomFunctionEnumerator

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="FarPoint_Win_Spread_FpSpread_GetCustomFunctionEnumerator_" data-uid="FarPoint.Win.Spread.FpSpread.GetCustomFunctionEnumerator*">GetCustomFunctionEnumerator Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="FarPoint_Win_Spread_FpSpread_GetCustomFunctionEnumerator_" data-uid="FarPoint.Win.Spread.FpSpread.GetCustomFunctionEnumerator*"></a>
<h4 id="FarPoint_Win_Spread_FpSpread_GetCustomFunctionEnumerator" data-uid="FarPoint.Win.Spread.FpSpread.GetCustomFunctionEnumerator">GetCustomFunctionEnumerator()</h4>
<div class="markdown level1 summary"><p>Gets an IEnumerable&lt;GrapeCity.CalcEngine.Function&gt; that enumerates through the names of the custom functions in the workbook.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public IEnumerator&lt;Function&gt; GetCustomFunctionEnumerator()</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Function GetCustomFunctionEnumerator() As IEnumerator(Of [Function])</code></pre>
</div>
<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.collections.generic.ienumerator-1">IEnumerator</a>&lt;<a class="xref" href="../GrapeCity.CalcEngine/GrapeCity.CalcEngine.Function.html">Function</a>&gt;</td>
      <td><p>The enumerates through the names of the custom functions.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
