# GrapeCity.Documents.Word.RowFormat.Height

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="GrapeCity_Documents_Word_RowFormat_Height_" data-uid="GrapeCity.Documents.Word.RowFormat.Height*">Height Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="GrapeCity_Documents_Word_RowFormat_Height_" data-uid="GrapeCity.Documents.Word.RowFormat.Height*"></a>
<h4 id="GrapeCity_Documents_Word_RowFormat_Height" data-uid="GrapeCity.Documents.Word.RowFormat.Height">Height</h4>
<div class="markdown level1 summary"><p>Gets or sets the height of the table row in points.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public float Height { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property Height As Single</code></pre>
</div>
<h5 id="GrapeCity_Documents_Word_RowFormat_Height_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>The meaning of the value is defined based on the value of the <a class="xref" href="GrapeCity.Documents.Word.RowFormat.HeightRule.html#GrapeCity_Documents_Word_RowFormat_HeightRule">HeightRule</a> value for this table row as follows:
If the value of <a class="xref" href="GrapeCity.Documents.Word.RowFormat.HeightRule.html#GrapeCity_Documents_Word_RowFormat_HeightRule">HeightRule</a> is <a class="xref" href="GrapeCity.Documents.Word.HeightRule.html#GrapeCity_Documents_Word_HeightRule_Auto">Auto</a>, then the table row height should be automatically determined based on the height of its contents. This value is ignored.
If the value of <a class="xref" href="GrapeCity.Documents.Word.RowFormat.HeightRule.html#GrapeCity_Documents_Word_RowFormat_HeightRule">HeightRule</a> is <a class="xref" href="GrapeCity.Documents.Word.HeightRule.html#GrapeCity_Documents_Word_HeightRule_AtLeast">AtLeast</a>, then the table row's height should be at least the value of this property.
If the value of <a class="xref" href="GrapeCity.Documents.Word.RowFormat.HeightRule.html#GrapeCity_Documents_Word_RowFormat_HeightRule">HeightRule</a> is <a class="xref" href="GrapeCity.Documents.Word.HeightRule.html#GrapeCity_Documents_Word_HeightRule_Exact">Exact</a>, then the table row's height should be exactly the value of this property.</p>
</div>
</div>
