# C1.C1Preview.TableCell.CellStyle

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_C1Preview_TableCell_CellStyle_" data-uid="C1.C1Preview.TableCell.CellStyle*">CellStyle Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_C1Preview_TableCell_CellStyle_" data-uid="C1.C1Preview.TableCell.CellStyle*"></a>
<h4 id="C1_C1Preview_TableCell_CellStyle" data-uid="C1.C1Preview.TableCell.CellStyle">CellStyle</h4>
<div class="markdown level1 summary"><p>Gets the <a class="xref" href="C1.C1Preview.Style.html">Style</a> that is used to render the content of 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 Style CellStyle { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public ReadOnly Property CellStyle As Style</code></pre>
</div>
<h5 id="C1_C1Preview_TableCell_CellStyle_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>This style is not applied to the current cell itself,
rather it is applied to the cell's content (<a class="xref" href="C1.C1Preview.TableCell.RenderObject.html#C1_C1Preview_TableCell_RenderObject">RenderObject</a>),
affecting both ambient and non-ambient style attributes of that object.</p>
<p>For an example, see <b>remarks</b> in <a class="xref" href="C1.C1Preview.TableCell.Style.html#C1_C1Preview_TableCell_Style">Style</a>.</p>
</div>
<h5 id="C1_C1Preview_TableCell_CellStyle_seealso">See Also</h5>
<div class="seealso">
    <div><a class="xref" href="C1.C1Preview.TableCell.Style.html#C1_C1Preview_TableCell_Style">Style</a></div>
</div>
</div>
