# GrapeCity.Spreadsheet.Localization.LanguagePackage.MapAlias

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Spreadsheet_Localization_LanguagePackage_MapAlias_" data-uid="GrapeCity.Spreadsheet.Localization.LanguagePackage.MapAlias*">MapAlias Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Spreadsheet_Localization_LanguagePackage_MapAlias_" data-uid="GrapeCity.Spreadsheet.Localization.LanguagePackage.MapAlias*"></a>
<h4 id="GrapeCity_Spreadsheet_Localization_LanguagePackage_MapAlias_GrapeCity_CalcEngine_StructuredItemSpecifiers_System_String_" data-uid="GrapeCity.Spreadsheet.Localization.LanguagePackage.MapAlias(GrapeCity.CalcEngine.StructuredItemSpecifiers,System.String)">MapAlias(StructuredItemSpecifiers, string)</h4>
<div class="markdown level1 summary"><p>Maps a string value to the specified structured item specifier.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void MapAlias(StructuredItemSpecifiers itemSpecifier, string keyword)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub MapAlias(itemSpecifier As StructuredItemSpecifiers, keyword 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="../GrapeCity.CalcEngine/GrapeCity.CalcEngine.StructuredItemSpecifiers.html">StructuredItemSpecifiers</a></td>
      <td><span class="parametername">itemSpecifier</span></td>
      <td><p>A <a class="xref" href="../GrapeCity.CalcEngine/GrapeCity.CalcEngine.StructuredItemSpecifiers.html">StructuredItemSpecifiers</a> value indicates the structured item specifier.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">keyword</span></td>
      <td><p>A string value indicates the keyword.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="GrapeCity_Spreadsheet_Localization_LanguagePackage_MapAlias_" data-uid="GrapeCity.Spreadsheet.Localization.LanguagePackage.MapAlias*"></a>
<h4 id="GrapeCity_Spreadsheet_Localization_LanguagePackage_MapAlias_GrapeCity_CalcEngine_CalcError_System_String_" data-uid="GrapeCity.Spreadsheet.Localization.LanguagePackage.MapAlias(GrapeCity.CalcEngine.CalcError,System.String)">MapAlias(CalcError, string)</h4>
<div class="markdown level1 summary"><p>Maps a string value to the specified <a class="xref" href="../GrapeCity.CalcEngine/GrapeCity.CalcEngine.CalcError.html">CalcError</a> value.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void MapAlias(CalcError value, string keyword)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub MapAlias(value As CalcError, keyword 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="../GrapeCity.CalcEngine/GrapeCity.CalcEngine.CalcError.html">CalcError</a></td>
      <td><span class="parametername">value</span></td>
      <td><p>The <a class="xref" href="../GrapeCity.CalcEngine/GrapeCity.CalcEngine.CalcError.html">CalcError</a> value.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">keyword</span></td>
      <td><p>A string value indicates the keyword.</p>
</td>
    </tr>
  </tbody>
</table>


<a id="GrapeCity_Spreadsheet_Localization_LanguagePackage_MapAlias_" data-uid="GrapeCity.Spreadsheet.Localization.LanguagePackage.MapAlias*"></a>
<h4 id="GrapeCity_Spreadsheet_Localization_LanguagePackage_MapAlias_System_Boolean_System_String_" data-uid="GrapeCity.Spreadsheet.Localization.LanguagePackage.MapAlias(System.Boolean,System.String)">MapAlias(bool, string)</h4>
<div class="markdown level1 summary"><p>Maps a string value to the specified <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a> value.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public void MapAlias(bool value, string keyword)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Sub MapAlias(value As Boolean, keyword 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.boolean">bool</a></td>
      <td><span class="parametername">value</span></td>
      <td><p>The <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a> value.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td>
      <td><span class="parametername">keyword</span></td>
      <td><p>A string value indicates the keyword.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
