# C1.C1Preview.RenderTable.VertPageFooterOnLastPage

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_C1Preview_RenderTable_VertPageFooterOnLastPage_" data-uid="C1.C1Preview.RenderTable.VertPageFooterOnLastPage*">VertPageFooterOnLastPage Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_C1Preview_RenderTable_VertPageFooterOnLastPage_" data-uid="C1.C1Preview.RenderTable.VertPageFooterOnLastPage*"></a>
<h4 id="C1_C1Preview_RenderTable_VertPageFooterOnLastPage" data-uid="C1.C1Preview.RenderTable.VertPageFooterOnLastPage">VertPageFooterOnLastPage</h4>
<div class="markdown level1 summary"><p>Gets or sets a value indicating whether a vertical page footer, if defined (see <b>remarks</b>),
should be printed on the last of the horizontal pages spanned by the current table.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public bool VertPageFooterOnLastPage { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property VertPageFooterOnLastPage As Boolean</code></pre>
</div>
<h5 id="C1_C1Preview_RenderTable_VertPageFooterOnLastPage_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>To define a vertical page footer, create a column group on the current table,
and mark it as a page or column footer, e.g. like this:</p>
<pre><code class="lang-csharp">RenderTable rt = new RenderTable();
rt.ColGroups[10, 2].Footer = TableFooterEnum.All;</code></pre>
</div>
<h5 id="C1_C1Preview_RenderTable_VertPageFooterOnLastPage_seealso">See Also</h5>
<div class="seealso">
    <div><a class="xref" href="C1.C1Preview.RenderTable.ColGroups.html#C1_C1Preview_RenderTable_ColGroups">ColGroups</a></div>
    <div><a class="xref" href="C1.C1Preview.TableVectorGroup.Footer.html#C1_C1Preview_TableVectorGroup_Footer">Footer</a></div>
    <div><a class="xref" href="C1.C1Preview.TableFooterEnum.html">TableFooterEnum</a></div>
</div>
</div>
