# FarPoint.Win.Spread.Model.ICustomNameSupport

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Spread_Model_ICustomNameSupport" data-uid="FarPoint.Win.Spread.Model.ICustomNameSupport" class="text-break">ICustomNameSupport Interface
</h1>
  <div class="markdown level0 summary"><p>Interface that supports user-defined names in formulas
in the data model.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Win.Spread.Model.html">FarPoint.Win.Spread.Model</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Win.Spread.dll</h6>
  <h5 id="FarPoint_Win_Spread_Model_ICustomNameSupport_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface ICustomNameSupport</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface ICustomNameSupport</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_Model_ICustomNameSupport_AddCustomName_System_String_FarPoint_CalcEngine_Expression_" data-uid="FarPoint.Win.Spread.Model.ICustomNameSupport.AddCustomName(System.String,FarPoint.CalcEngine.Expression)">
          <a class="xref" href="FarPoint.Win.Spread.Model.ICustomNameSupport.AddCustomName.html#FarPoint_Win_Spread_Model_ICustomNameSupport_AddCustomName_System_String_FarPoint_CalcEngine_Expression_">AddCustomName(string, Expression)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a new user-defined name for the specified value, as an expression, to the model.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Model_ICustomNameSupport_AddCustomName_System_String_System_String_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.Model.ICustomNameSupport.AddCustomName(System.String,System.String,System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.Model.ICustomNameSupport.AddCustomName.html#FarPoint_Win_Spread_Model_ICustomNameSupport_AddCustomName_System_String_System_String_System_Int32_System_Int32_">AddCustomName(string, string, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a new user-defined name for the specified value, as string, to the model.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Model_ICustomNameSupport_GetCustomName_System_String_" data-uid="FarPoint.Win.Spread.Model.ICustomNameSupport.GetCustomName(System.String)">
          <a class="xref" href="FarPoint.Win.Spread.Model.ICustomNameSupport.GetCustomName.html#FarPoint_Win_Spread_Model_ICustomNameSupport_GetCustomName_System_String_">GetCustomName(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the user-defined name, as an expression, in the model.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Model_ICustomNameSupport_GetCustomName_System_String_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.Model.ICustomNameSupport.GetCustomName(System.String,System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.Model.ICustomNameSupport.GetCustomName.html#FarPoint_Win_Spread_Model_ICustomNameSupport_GetCustomName_System_String_System_Int32_System_Int32_">GetCustomName(string, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the user-defined name, as a string, from the model.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Model_ICustomNameSupport_GetCustomNameEnumerator" data-uid="FarPoint.Win.Spread.Model.ICustomNameSupport.GetCustomNameEnumerator">
          <a class="xref" href="FarPoint.Win.Spread.Model.ICustomNameSupport.GetCustomNameEnumerator.html#FarPoint_Win_Spread_Model_ICustomNameSupport_GetCustomNameEnumerator">GetCustomNameEnumerator()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an IEnumerator that enumerates through the custom names defined in the model.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Model_ICustomNameSupport_RemoveCustomName_System_String_" data-uid="FarPoint.Win.Spread.Model.ICustomNameSupport.RemoveCustomName(System.String)">
          <a class="xref" href="FarPoint.Win.Spread.Model.ICustomNameSupport.RemoveCustomName.html#FarPoint_Win_Spread_Model_ICustomNameSupport_RemoveCustomName_System_String_">RemoveCustomName(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes a user-defined name from the model.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
