# FarPoint.Win.Spread.Model.ICustomNameSupport.GetCustomName

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="FarPoint_Win_Spread_Model_ICustomNameSupport_GetCustomName_" data-uid="FarPoint.Win.Spread.Model.ICustomNameSupport.GetCustomName*">GetCustomName Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="FarPoint_Win_Spread_Model_ICustomNameSupport_GetCustomName_" data-uid="FarPoint.Win.Spread.Model.ICustomNameSupport.GetCustomName*"></a>
<h4 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)">GetCustomName(string, int, int)</h4>
<div class="markdown level1 summary"><p>Gets the user-defined name, as a string, from the model.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">string GetCustomName(string name, int baseRow, int baseColumn)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Function GetCustomName(name As String, 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="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">name</span></td>
      <td><p>Name, as a string</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>Base row index for calculating relative row references in the value</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>Base column index for calculating relative column references in the value</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>A user-defined name</p>
</td>
    </tr>
  </tbody>
</table>


<a id="FarPoint_Win_Spread_Model_ICustomNameSupport_GetCustomName_" data-uid="FarPoint.Win.Spread.Model.ICustomNameSupport.GetCustomName*"></a>
<h4 id="FarPoint_Win_Spread_Model_ICustomNameSupport_GetCustomName_System_String_" data-uid="FarPoint.Win.Spread.Model.ICustomNameSupport.GetCustomName(System.String)">GetCustomName(string)</h4>
<div class="markdown level1 summary"><p>Gets the user-defined name, as an expression, in the model.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">Expression GetCustomName(string name)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Function GetCustomName(name As String) As Expression</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.string">string</a></td>
      <td><span class="parametername">name</span></td>
      <td><p>Name, as an expression</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="../FarPoint.CalcEngine/FarPoint.CalcEngine.Expression.html">Expression</a></td>
      <td><p>An <a class="xref" href="../FarPoint.CalcEngine/FarPoint.CalcEngine.Expression.html">Expression</a> object.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
