# GrapeCity.CalcEngine.ArgumentType

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_CalcEngine_ArgumentType" data-uid="GrapeCity.CalcEngine.ArgumentType" class="text-break">ArgumentType Enum
</h1>
  <div class="markdown level0 summary"><p>Represents the type of an argument.</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.CalcEngine.dll</h6>
  <h5 id="GrapeCity_CalcEngine_ArgumentType_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum ArgumentType</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum ArgumentType</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="GrapeCity_CalcEngine_ArgumentType_Calculation">Calculation</td>
        <td><p>Represents the calculation of a function.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_CalcEngine_ArgumentType_Value">Value</td>
        <td><p>Represents the value argument.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_CalcEngine_ArgumentType_Variable">Variable</td>
        <td><p>Represents the variable argument.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_CalcEngine_ArgumentType_VariableCalculation">VariableCalculation</td>
        <td><p>Represetns the calculation of a variable argument.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
