# GrapeCity.Spreadsheet.Localization.LanguagePackage.GetArgumentCount

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Spreadsheet_Localization_LanguagePackage_GetArgumentCount_" data-uid="GrapeCity.Spreadsheet.Localization.LanguagePackage.GetArgumentCount*">GetArgumentCount Method
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Spreadsheet_Localization_LanguagePackage_GetArgumentCount_" data-uid="GrapeCity.Spreadsheet.Localization.LanguagePackage.GetArgumentCount*"></a>
<h4 id="GrapeCity_Spreadsheet_Localization_LanguagePackage_GetArgumentCount_GrapeCity_CalcEngine_Function_System_Int32_System_Int32_System_Boolean__" data-uid="GrapeCity.Spreadsheet.Localization.LanguagePackage.GetArgumentCount(GrapeCity.CalcEngine.Function,System.Int32,System.Int32,System.Boolean@)">GetArgumentCount(Function, int, int, out bool)</h4>
<div class="markdown level1 summary"><p>Gets the total number of parameters that display in the intelli-sense tooltip.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public static int GetArgumentCount(Function function, int argCount, int overload, out bool limited)</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Shared Function GetArgumentCount([function] As [Function], argCount As Integer, overload As Integer, ByRef limited As Boolean) As Integer</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.Function.html">Function</a></td>
      <td><span class="parametername">function</span></td>
      <td><p>The function to extract information.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">argCount</span></td>
      <td><p>The total number of current passed arguments.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">overload</span></td>
      <td><p>The order of function overload.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td>
      <td><span class="parametername">limited</span></td>
      <td><p><code>true</code> if the parameter count is maximum; otherwise, more parameter can be passed.</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.int32">int</a></td>
      <td><p>The total number of parameters that display in the intelli-sense tooltip.</p>
</td>
    </tr>
  </tbody>
</table>
</div>
