# FarPoint.Win.Spread.SheetView.GetCustomName

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="FarPoint_Win_Spread_SheetView_GetCustomName_" data-uid="FarPoint.Win.Spread.SheetView.GetCustomName*">GetCustomName Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="FarPoint_Win_Spread_SheetView_GetCustomName_" data-uid="FarPoint.Win.Spread.SheetView.GetCustomName*"></a>
<h4 id="FarPoint_Win_Spread_SheetView_GetCustomName_System_String_System_Int32_System_Int32_System_Boolean_" data-uid="FarPoint.Win.Spread.SheetView.GetCustomName(System.String,System.Int32,System.Int32,System.Boolean)">GetCustomName(string, int, int, bool)</h4>
<div class="markdown level1 summary"><p>SaveTextFile
Gets the string value for a custom name on this sheet 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">public string GetCustomName(string name, int baseRow, int baseColumn, bool SheetviewSCope)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Function GetCustomName(name As String, baseRow As Integer, baseColumn As Integer, SheetviewSCope As Boolean) 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>Custom name to get</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>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">SheetviewSCope</span></td>
      <td></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 string value of the custom name</p>
</td>
    </tr>
  </tbody>
</table>


<a id="FarPoint_Win_Spread_SheetView_GetCustomName_" data-uid="FarPoint.Win.Spread.SheetView.GetCustomName*"></a>
<h4 id="FarPoint_Win_Spread_SheetView_GetCustomName_System_String_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.SheetView.GetCustomName(System.String,System.Int32,System.Int32)">GetCustomName(string, int, int)</h4>
<div class="markdown level1 summary"><p>Gets the string value for a custom name on this sheet 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">public string GetCustomName(string name, int baseRow, int baseColumn)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public 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>Custom name to get</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>
</div>
