# GrapeCity.Documents.Drawing.CellStyle.MaxHeight

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Drawing_CellStyle_MaxHeight_" data-uid="GrapeCity.Documents.Drawing.CellStyle.MaxHeight*">MaxHeight Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Drawing_CellStyle_MaxHeight_" data-uid="GrapeCity.Documents.Drawing.CellStyle.MaxHeight*"></a>
<h4 id="GrapeCity_Documents_Drawing_CellStyle_MaxHeight" data-uid="GrapeCity.Documents.Drawing.CellStyle.MaxHeight">MaxHeight</h4>
<div class="markdown level1 summary"><p>Gets or sets the maximum height of the content area, in graphic units.</p>
<p><a href="https://learn.microsoft.com/dotnet/csharp/language-reference/keywords/null">null</a> (the default value) means there is no limit on the maximum height.</p>
<p>The value is ignored if the <a class="xref" href="GrapeCity.Documents.Drawing.CellStyle.FixedHeight.html#GrapeCity_Documents_Drawing_CellStyle_FixedHeight">FixedHeight</a> property is set to <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">true</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public float? MaxHeight { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property MaxHeight As Single?</code></pre>
</div>
</div>
