# GrapeCity.CalcEngine.IValuesArray

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_CalcEngine_IValuesArray" data-uid="GrapeCity.CalcEngine.IValuesArray" class="text-break">IValuesArray Interface
</h1>
  <div class="markdown level0 summary"><p>Represents a 2-dimensions array of values.</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_IValuesArray_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IValuesArray : IEquatable&lt;IValuesArray&gt;</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IValuesArray
    Inherits IEquatable(Of IValuesArray)</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_IValuesArray_ColumnCount" data-uid="GrapeCity.CalcEngine.IValuesArray.ColumnCount">
          <a class="xref" href="GrapeCity.CalcEngine.IValuesArray.ColumnCount.html#GrapeCity_CalcEngine_IValuesArray_ColumnCount">ColumnCount</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the column count of this <a class="xref" href="GrapeCity.CalcEngine.IValuesArray.html">IValuesArray</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_CalcEngine_IValuesArray_Item_System_Int32_System_Int32_" data-uid="GrapeCity.CalcEngine.IValuesArray.Item(System.Int32,System.Int32)">
          <a class="xref" href="GrapeCity.CalcEngine.IValuesArray.Item.html#GrapeCity_CalcEngine_IValuesArray_Item_System_Int32_System_Int32_">this[int, int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="GrapeCity.CalcEngine.IPrimitiveValue.html">IPrimitiveValue</a> at the specified row and column.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_CalcEngine_IValuesArray_RowCount" data-uid="GrapeCity.CalcEngine.IValuesArray.RowCount">
          <a class="xref" href="GrapeCity.CalcEngine.IValuesArray.RowCount.html#GrapeCity_CalcEngine_IValuesArray_RowCount">RowCount</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the row count of this <a class="xref" href="GrapeCity.CalcEngine.IValuesArray.html">IValuesArray</a>.</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_IValuesArray_Resize_System_Int32_System_Int32_" data-uid="GrapeCity.CalcEngine.IValuesArray.Resize(System.Int32,System.Int32)">
          <a class="xref" href="GrapeCity.CalcEngine.IValuesArray.Resize.html#GrapeCity_CalcEngine_IValuesArray_Resize_System_Int32_System_Int32_">Resize(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Resizes this <a class="xref" href="GrapeCity.CalcEngine.IValuesArray.html">IValuesArray</a> to specified row count and column count.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_CalcEngine_IValuesArray_SetValue_System_Object_" data-uid="GrapeCity.CalcEngine.IValuesArray.SetValue(System.Object)">
          <a class="xref" href="GrapeCity.CalcEngine.IValuesArray.SetValue.html#GrapeCity_CalcEngine_IValuesArray_SetValue_System_Object_">SetValue(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets values to this <a class="xref" href="GrapeCity.CalcEngine.IValuesArray.html">IValuesArray</a> object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_CalcEngine_IValuesArray_Transpose" data-uid="GrapeCity.CalcEngine.IValuesArray.Transpose">
          <a class="xref" href="GrapeCity.CalcEngine.IValuesArray.Transpose.html#GrapeCity_CalcEngine_IValuesArray_Transpose">Transpose()</a>
        </td>
        <td class="markdown level1 summary"><p>Transposes the rows and columns of this <a class="xref" href="GrapeCity.CalcEngine.IValuesArray.html">IValuesArray</a>.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
