# GrapeCity.CalcEngine.IIntelliSenseFunction

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_CalcEngine_IIntelliSenseFunction" data-uid="GrapeCity.CalcEngine.IIntelliSenseFunction" class="text-break">IIntelliSenseFunction Interface
</h1>
  <div class="markdown level0 summary"><p>Represents an interface that provide help information of a function.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.CalcEngine.html">GrapeCity.CalcEngine</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Spreadsheet.dll</h6>
  <h5 id="GrapeCity_CalcEngine_IIntelliSenseFunction_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IIntelliSenseFunction</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IIntelliSenseFunction</code></pre>
  </div>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_CalcEngine_IIntelliSenseFunction_Overloads" data-uid="GrapeCity.CalcEngine.IIntelliSenseFunction.Overloads">
          <a class="xref" href="GrapeCity.CalcEngine.IIntelliSenseFunction.Overloads.html#GrapeCity_CalcEngine_IIntelliSenseFunction_Overloads">Overloads</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the total number of function overloads.</p>
</td>
      </tr>
    </tbody>
  </table>
  <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="GrapeCity_CalcEngine_IIntelliSenseFunction_GetArgumentCount_System_Int32_System_Int32_System_Boolean__" data-uid="GrapeCity.CalcEngine.IIntelliSenseFunction.GetArgumentCount(System.Int32,System.Int32,System.Boolean@)">
          <a class="xref" href="GrapeCity.CalcEngine.IIntelliSenseFunction.GetArgumentCount.html#GrapeCity_CalcEngine_IIntelliSenseFunction_GetArgumentCount_System_Int32_System_Int32_System_Boolean__">GetArgumentCount(int, int, out bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the total number of parameters that display in the intelli-sense tooltip.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_CalcEngine_IIntelliSenseFunction_GetArgumentDescription_GrapeCity_Spreadsheet_Localization_LanguagePackage_System_Int32_" data-uid="GrapeCity.CalcEngine.IIntelliSenseFunction.GetArgumentDescription(GrapeCity.Spreadsheet.Localization.LanguagePackage,System.Int32)">
          <a class="xref" href="GrapeCity.CalcEngine.IIntelliSenseFunction.GetArgumentDescription.html#GrapeCity_CalcEngine_IIntelliSenseFunction_GetArgumentDescription_GrapeCity_Spreadsheet_Localization_LanguagePackage_System_Int32_">GetArgumentDescription(LanguagePackage, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the description of function's argument which is displayed from Function Arguments dialog.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_CalcEngine_IIntelliSenseFunction_GetArgumentName_GrapeCity_Spreadsheet_Localization_LanguagePackage_System_Int32_System_Int32_System_Int32_" data-uid="GrapeCity.CalcEngine.IIntelliSenseFunction.GetArgumentName(GrapeCity.Spreadsheet.Localization.LanguagePackage,System.Int32,System.Int32,System.Int32)">
          <a class="xref" href="GrapeCity.CalcEngine.IIntelliSenseFunction.GetArgumentName.html#GrapeCity_CalcEngine_IIntelliSenseFunction_GetArgumentName_GrapeCity_Spreadsheet_Localization_LanguagePackage_System_Int32_System_Int32_System_Int32_">GetArgumentName(LanguagePackage, int, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets name of the parameter in the specified language package.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_CalcEngine_IIntelliSenseFunction_GetArgumentOptions_GrapeCity_Spreadsheet_Localization_LanguagePackage_System_Int32_" data-uid="GrapeCity.CalcEngine.IIntelliSenseFunction.GetArgumentOptions(GrapeCity.Spreadsheet.Localization.LanguagePackage,System.Int32)">
          <a class="xref" href="GrapeCity.CalcEngine.IIntelliSenseFunction.GetArgumentOptions.html#GrapeCity_CalcEngine_IIntelliSenseFunction_GetArgumentOptions_GrapeCity_Spreadsheet_Localization_LanguagePackage_System_Int32_">GetArgumentOptions(LanguagePackage, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an array of option values for the specified parameter.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_CalcEngine_IIntelliSenseFunction_GetArgumentType_GrapeCity_CalcEngine_Function_System_Int32_System_Int32_System_Int32_" data-uid="GrapeCity.CalcEngine.IIntelliSenseFunction.GetArgumentType(GrapeCity.CalcEngine.Function,System.Int32,System.Int32,System.Int32)">
          <a class="xref" href="GrapeCity.CalcEngine.IIntelliSenseFunction.GetArgumentType.html#GrapeCity_CalcEngine_IIntelliSenseFunction_GetArgumentType_GrapeCity_CalcEngine_Function_System_Int32_System_Int32_System_Int32_">GetArgumentType(Function, int, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the parameter name of the specified function.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_CalcEngine_IIntelliSenseFunction_GetDescription_GrapeCity_Spreadsheet_Localization_LanguagePackage_" data-uid="GrapeCity.CalcEngine.IIntelliSenseFunction.GetDescription(GrapeCity.Spreadsheet.Localization.LanguagePackage)">
          <a class="xref" href="GrapeCity.CalcEngine.IIntelliSenseFunction.GetDescription.html#GrapeCity_CalcEngine_IIntelliSenseFunction_GetDescription_GrapeCity_Spreadsheet_Localization_LanguagePackage_">GetDescription(LanguagePackage)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets description of the function in the specified language package.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_CalcEngine_IIntelliSenseFunction_GetDescription2_GrapeCity_Spreadsheet_Localization_LanguagePackage_" data-uid="GrapeCity.CalcEngine.IIntelliSenseFunction.GetDescription2(GrapeCity.Spreadsheet.Localization.LanguagePackage)">
          <a class="xref" href="GrapeCity.CalcEngine.IIntelliSenseFunction.GetDescription2.html#GrapeCity_CalcEngine_IIntelliSenseFunction_GetDescription2_GrapeCity_Spreadsheet_Localization_LanguagePackage_">GetDescription2(LanguagePackage)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the function description which is displayed from Function Arguments dialog.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_CalcEngine_IIntelliSenseFunction_GetGroupedArguments_System_Int32_System_Int32__System_Int32__" data-uid="GrapeCity.CalcEngine.IIntelliSenseFunction.GetGroupedArguments(System.Int32,System.Int32@,System.Int32@)">
          <a class="xref" href="GrapeCity.CalcEngine.IIntelliSenseFunction.GetGroupedArguments.html#GrapeCity_CalcEngine_IIntelliSenseFunction_GetGroupedArguments_System_Int32_System_Int32__System_Int32__">GetGroupedArguments(int, out int, out int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the lower index and upper index of the argument group that contains the specified argument.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
