# GrapeCity.CalcEngine.IArguments

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_CalcEngine_IArguments" data-uid="GrapeCity.CalcEngine.IArguments" class="text-break">IArguments Interface
</h1>
  <div class="markdown level0 summary"><p>Represents a set of arguments which are passed to 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.CalcEngine.dll</h6>
  <h5 id="GrapeCity_CalcEngine_IArguments_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IArguments</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IArguments</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_IArguments_Count" data-uid="GrapeCity.CalcEngine.IArguments.Count">
          <a class="xref" href="GrapeCity.CalcEngine.IArguments.Count.html#GrapeCity_CalcEngine_IArguments_Count">Count</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the total count of arguments.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_CalcEngine_IArguments_EvaluationContext" data-uid="GrapeCity.CalcEngine.IArguments.EvaluationContext">
          <a class="xref" href="GrapeCity.CalcEngine.IArguments.EvaluationContext.html#GrapeCity_CalcEngine_IArguments_EvaluationContext">EvaluationContext</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an <a class="xref" href="GrapeCity.CalcEngine.IEvaluationContext.html">IEvaluationContext</a> instance indicates the evaluation context.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_CalcEngine_IArguments_Item_System_Int32_" data-uid="GrapeCity.CalcEngine.IArguments.Item(System.Int32)">
          <a class="xref" href="GrapeCity.CalcEngine.IArguments.Item.html#GrapeCity_CalcEngine_IArguments_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="GrapeCity.CalcEngine.IValue.html">IValue</a> argument at the specified index.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_CalcEngine_IArguments_SharedValueIndex" data-uid="GrapeCity.CalcEngine.IArguments.SharedValueIndex">
          <a class="xref" href="GrapeCity.CalcEngine.IArguments.SharedValueIndex.html#GrapeCity_CalcEngine_IArguments_SharedValueIndex">SharedValueIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the first allocated value index.</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_IArguments_AllocSharedValue_System_Int32_" data-uid="GrapeCity.CalcEngine.IArguments.AllocSharedValue(System.Int32)">
          <a class="xref" href="GrapeCity.CalcEngine.IArguments.AllocSharedValue.html#GrapeCity_CalcEngine_IArguments_AllocSharedValue_System_Int32_">AllocSharedValue(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Allocates multiple <a class="xref" href="GrapeCity.CalcEngine.IValue.html">IValue</a> objects.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_CalcEngine_IArguments_DeallocSharedValue" data-uid="GrapeCity.CalcEngine.IArguments.DeallocSharedValue">
          <a class="xref" href="GrapeCity.CalcEngine.IArguments.DeallocSharedValue.html#GrapeCity_CalcEngine_IArguments_DeallocSharedValue">DeallocSharedValue()</a>
        </td>
        <td class="markdown level1 summary"><p>Deallocates the last created <a class="xref" href="GrapeCity.CalcEngine.IValue.html">IValue</a> objects.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_CalcEngine_IArguments_GetArrayValue_System_Int32_System_Int32_System_Int32_GrapeCity_CalcEngine_IPrimitiveValue_" data-uid="GrapeCity.CalcEngine.IArguments.GetArrayValue(System.Int32,System.Int32,System.Int32,GrapeCity.CalcEngine.IPrimitiveValue)">
          <a class="xref" href="GrapeCity.CalcEngine.IArguments.GetArrayValue.html#GrapeCity_CalcEngine_IArguments_GetArrayValue_System_Int32_System_Int32_System_Int32_GrapeCity_CalcEngine_IPrimitiveValue_">GetArrayValue(int, int, int, IPrimitiveValue)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the value of an item in the array argument.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
