# C1.C1Preview.TableCell.Bounds

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_C1Preview_TableCell_Bounds_" data-uid="C1.C1Preview.TableCell.Bounds*">Bounds Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_C1Preview_TableCell_Bounds_" data-uid="C1.C1Preview.TableCell.Bounds*"></a>
<h4 id="C1_C1Preview_TableCell_Bounds" data-uid="C1.C1Preview.TableCell.Bounds">Bounds</h4>
<div class="markdown level1 summary"><p>Gets a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.drawing.rectangle">Rectangle</a> describing the geometry of the current cell in the table.</p>
<p>
The location of the returned rectangle defines the location (column and row) of the current cell,
while its size defines the number of columns and rows spanned by the current cell.
</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public Rectangle Bounds { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public ReadOnly Property Bounds As Rectangle</code></pre>
</div>
<h5 id="C1_C1Preview_TableCell_Bounds_seealso">See Also</h5>
<div class="seealso">
    <div><a class="xref" href="C1.C1Preview.TableCell.Col.html#C1_C1Preview_TableCell_Col">Col</a></div>
    <div><a class="xref" href="C1.C1Preview.TableCell.Row.html#C1_C1Preview_TableCell_Row">Row</a></div>
    <div><a class="xref" href="C1.C1Preview.TableCell.SpanCols.html#C1_C1Preview_TableCell_SpanCols">SpanCols</a></div>
    <div><a class="xref" href="C1.C1Preview.TableCell.SpanRows.html#C1_C1Preview_TableCell_SpanRows">SpanRows</a></div>
</div>
</div>
