# C1.C1Preview.TableCellCollection.Item

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_C1Preview_TableCellCollection_Item_" data-uid="C1.C1Preview.TableCellCollection.Item*">this Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_C1Preview_TableCellCollection_Item_" data-uid="C1.C1Preview.TableCellCollection.Item*"></a>
<h4 id="C1_C1Preview_TableCellCollection_Item_System_Int32_System_Int32_" data-uid="C1.C1Preview.TableCellCollection.Item(System.Int32,System.Int32)">this[int, int]</h4>
<div class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.C1Preview.TableCell.html">TableCell</a> at the intersection of the specified row and column.
This property always returns a non-<b>null</b> <a class="xref" href="C1.C1Preview.TableCell.html">TableCell</a> object.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public TableCell this[int row, int col] { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public ReadOnly Default Property Item(row As Integer, col As Integer) As TableCell</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="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">row</span></td>
      <td><p>The 0-based row index.</p>
</td>
    </tr>
    <tr>
      <td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a></td>
      <td><span class="parametername">col</span></td>
      <td><p>The 0-based column index.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 class="propertyValue">Property Value</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="C1.C1Preview.TableCell.html">TableCell</a></td>
      <td><p>The cell at the intersection of the specified row and column.</p>
</td>
    </tr>
  </tbody>
</table>
<h5 id="C1_C1Preview_TableCellCollection_Item_System_Int32_System_Int32__seealso">See Also</h5>
<div class="seealso">
    <div><a class="xref" href="C1.C1Preview.TableCellCollection.FindCell.html#C1_C1Preview_TableCellCollection_FindCell_System_Int32_System_Int32_">FindCell</a>(<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a>, <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.int32">int</a>)</div>
</div>
</div>
