# GrapeCity.Documents.Drawing.TableRenderer

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Drawing_TableRenderer" data-uid="GrapeCity.Documents.Drawing.TableRenderer" class="text-break">TableRenderer Class
</h1>
  <div class="markdown level0 summary"><p>A helper class for drawing tables on a <a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.html">GcGraphics</a>.</p>
<p>
This class is based on the layout engine (see <a class="xref" href="GrapeCity.Documents.Layout.LayoutHost.html">LayoutHost</a> and related classes),
and supports drawing simple or complex tables with merged, rotated, auto-sized, multilayer cells
with customizable styles. Table cells can contain simple text, multi-formatted TextLayout, or owner-drawn content.
</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">TableRenderer</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Drawing.html">GrapeCity.Documents.Drawing</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Imaging.dll</h6>
  <h5 id="GrapeCity_Documents_Drawing_TableRenderer_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class TableRenderer</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class TableRenderer</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Documents_Drawing_TableRenderer__ctor_GrapeCity_Documents_Drawing_GcGraphics_GrapeCity_Documents_Layout_LayoutRect_GrapeCity_Documents_Drawing_FixedTableSides_System_Int32_System_Int32_System_Drawing_Color_System_Single_System_Nullable_System_Single__System_Nullable_System_Single__System_Nullable_System_Single__System_Single_System_Single_System_Single_System_Single_" data-uid="GrapeCity.Documents.Drawing.TableRenderer.#ctor(GrapeCity.Documents.Drawing.GcGraphics,GrapeCity.Documents.Layout.LayoutRect,GrapeCity.Documents.Drawing.FixedTableSides,System.Int32,System.Int32,System.Drawing.Color,System.Single,System.Nullable{System.Single},System.Nullable{System.Single},System.Nullable{System.Single},System.Single,System.Single,System.Single,System.Single)">
          <a class="xref" href="GrapeCity.Documents.Drawing.TableRenderer.-ctor.html#GrapeCity_Documents_Drawing_TableRenderer__ctor_GrapeCity_Documents_Drawing_GcGraphics_GrapeCity_Documents_Layout_LayoutRect_GrapeCity_Documents_Drawing_FixedTableSides_System_Int32_System_Int32_System_Drawing_Color_System_Single_System_Nullable_System_Single__System_Nullable_System_Single__System_Nullable_System_Single__System_Single_System_Single_System_Single_System_Single_">TableRenderer(GcGraphics, LayoutRect, FixedTableSides, int, int, Color, float, float?, float?, float?, float, float, float, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Documents.Drawing.TableRenderer.html">TableRenderer</a> class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Documents_Drawing_TableRenderer_Cells" data-uid="GrapeCity.Documents.Drawing.TableRenderer.Cells">
          <a class="xref" href="GrapeCity.Documents.Drawing.TableRenderer.Cells.html#GrapeCity_Documents_Drawing_TableRenderer_Cells">Cells</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a read-only list of all table cells.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_TableRenderer_ColumnCount" data-uid="GrapeCity.Documents.Drawing.TableRenderer.ColumnCount">
          <a class="xref" href="GrapeCity.Documents.Drawing.TableRenderer.ColumnCount.html#GrapeCity_Documents_Drawing_TableRenderer_ColumnCount">ColumnCount</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of columns in the table.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_TableRenderer_ColumnRects" data-uid="GrapeCity.Documents.Drawing.TableRenderer.ColumnRects">
          <a class="xref" href="GrapeCity.Documents.Drawing.TableRenderer.ColumnRects.html#GrapeCity_Documents_Drawing_TableRenderer_ColumnRects">ColumnRects</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the array of column <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.html">LayoutRect</a>s.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_TableRenderer_DefaultCellStyle" data-uid="GrapeCity.Documents.Drawing.TableRenderer.DefaultCellStyle">
          <a class="xref" href="GrapeCity.Documents.Drawing.TableRenderer.DefaultCellStyle.html#GrapeCity_Documents_Drawing_TableRenderer_DefaultCellStyle">DefaultCellStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the default <a class="xref" href="GrapeCity.Documents.Drawing.CellStyle.html">CellStyle</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_TableRenderer_Graphics" data-uid="GrapeCity.Documents.Drawing.TableRenderer.Graphics">
          <a class="xref" href="GrapeCity.Documents.Drawing.TableRenderer.Graphics.html#GrapeCity_Documents_Drawing_TableRenderer_Graphics">Graphics</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a <a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.html">GcGraphics</a> used for creating <a class="xref" href="GrapeCity.Documents.Text.TextLayout.html">TextLayout</a> objects.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_TableRenderer_GridLineColor" data-uid="GrapeCity.Documents.Drawing.TableRenderer.GridLineColor">
          <a class="xref" href="GrapeCity.Documents.Drawing.TableRenderer.GridLineColor.html#GrapeCity_Documents_Drawing_TableRenderer_GridLineColor">GridLineColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the color of grid lines.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_TableRenderer_HorizontalGridLineRects" data-uid="GrapeCity.Documents.Drawing.TableRenderer.HorizontalGridLineRects">
          <a class="xref" href="GrapeCity.Documents.Drawing.TableRenderer.HorizontalGridLineRects.html#GrapeCity_Documents_Drawing_TableRenderer_HorizontalGridLineRects">HorizontalGridLineRects</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the array of <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.html">LayoutRect</a>s for horizontal grid lines.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_TableRenderer_Item_System_Int32_System_Int32_" data-uid="GrapeCity.Documents.Drawing.TableRenderer.Item(System.Int32,System.Int32)">
          <a class="xref" href="GrapeCity.Documents.Drawing.TableRenderer.Item.html#GrapeCity_Documents_Drawing_TableRenderer_Item_System_Int32_System_Int32_">this[int, int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a regular table cell at the specified <code class="paramref">rowIndex</code> and <code class="paramref">columnIndex</code>.</p>
<p>Background and foreground cells can be obtained with the <a class="xref" href="GrapeCity.Documents.Drawing.TableRenderer.Cells.html#GrapeCity_Documents_Drawing_TableRenderer_Cells">Cells</a> property.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_TableRenderer_RowCount" data-uid="GrapeCity.Documents.Drawing.TableRenderer.RowCount">
          <a class="xref" href="GrapeCity.Documents.Drawing.TableRenderer.RowCount.html#GrapeCity_Documents_Drawing_TableRenderer_RowCount">RowCount</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of rows in the table.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_TableRenderer_RowRects" data-uid="GrapeCity.Documents.Drawing.TableRenderer.RowRects">
          <a class="xref" href="GrapeCity.Documents.Drawing.TableRenderer.RowRects.html#GrapeCity_Documents_Drawing_TableRenderer_RowRects">RowRects</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the array of row <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.html">LayoutRect</a>s.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_TableRenderer_TableFrameStyle" data-uid="GrapeCity.Documents.Drawing.TableRenderer.TableFrameStyle">
          <a class="xref" href="GrapeCity.Documents.Drawing.TableRenderer.TableFrameStyle.html#GrapeCity_Documents_Drawing_TableRenderer_TableFrameStyle">TableFrameStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the style of the outer table frame.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_TableRenderer_TableRect" data-uid="GrapeCity.Documents.Drawing.TableRenderer.TableRect">
          <a class="xref" href="GrapeCity.Documents.Drawing.TableRenderer.TableRect.html#GrapeCity_Documents_Drawing_TableRenderer_TableRect">TableRect</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.html">LayoutRect</a> for the table.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_TableRenderer_VerticalGridLineRects" data-uid="GrapeCity.Documents.Drawing.TableRenderer.VerticalGridLineRects">
          <a class="xref" href="GrapeCity.Documents.Drawing.TableRenderer.VerticalGridLineRects.html#GrapeCity_Documents_Drawing_TableRenderer_VerticalGridLineRects">VerticalGridLineRects</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the array of <a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.html">LayoutRect</a>s for vertical grid lines.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Documents_Drawing_TableRenderer_AddCell_GrapeCity_Documents_Drawing_CellStyle_System_Int32_System_Int32_System_Int32_System_Int32_" data-uid="GrapeCity.Documents.Drawing.TableRenderer.AddCell(GrapeCity.Documents.Drawing.CellStyle,System.Int32,System.Int32,System.Int32,System.Int32)">
          <a class="xref" href="GrapeCity.Documents.Drawing.TableRenderer.AddCell.html#GrapeCity_Documents_Drawing_TableRenderer_AddCell_GrapeCity_Documents_Drawing_CellStyle_System_Int32_System_Int32_System_Int32_System_Int32_">AddCell(CellStyle, int, int, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates an empty table cell with given style at the specified position.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_TableRenderer_AddCell_GrapeCity_Documents_Drawing_CellStyle_System_Int32_System_Int32_System_Int32_System_Int32_System_Object_" data-uid="GrapeCity.Documents.Drawing.TableRenderer.AddCell(GrapeCity.Documents.Drawing.CellStyle,System.Int32,System.Int32,System.Int32,System.Int32,System.Object)">
          <a class="xref" href="GrapeCity.Documents.Drawing.TableRenderer.AddCell.html#GrapeCity_Documents_Drawing_TableRenderer_AddCell_GrapeCity_Documents_Drawing_CellStyle_System_Int32_System_Int32_System_Int32_System_Int32_System_Object_">AddCell(CellStyle, int, int, int, int, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a table cell with given style and a new <a class="xref" href="GrapeCity.Documents.Text.TextLayout.html">TextLayout</a> inside.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_TableRenderer_AddCell_GrapeCity_Documents_Drawing_CellStyle_System_Int32_System_Int32_System_Object_" data-uid="GrapeCity.Documents.Drawing.TableRenderer.AddCell(GrapeCity.Documents.Drawing.CellStyle,System.Int32,System.Int32,System.Object)">
          <a class="xref" href="GrapeCity.Documents.Drawing.TableRenderer.AddCell.html#GrapeCity_Documents_Drawing_TableRenderer_AddCell_GrapeCity_Documents_Drawing_CellStyle_System_Int32_System_Int32_System_Object_">AddCell(CellStyle, int, int, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a table cell with given style and a new <a class="xref" href="GrapeCity.Documents.Text.TextLayout.html">TextLayout</a> inside.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_TableRenderer_AddCell_System_Int32_System_Int32_System_Int32_System_Int32_" data-uid="GrapeCity.Documents.Drawing.TableRenderer.AddCell(System.Int32,System.Int32,System.Int32,System.Int32)">
          <a class="xref" href="GrapeCity.Documents.Drawing.TableRenderer.AddCell.html#GrapeCity_Documents_Drawing_TableRenderer_AddCell_System_Int32_System_Int32_System_Int32_System_Int32_">AddCell(int, int, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates an empty table cell with default style at the specified position.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_TableRenderer_AddCell_System_Int32_System_Int32_System_Int32_System_Int32_System_Object_" data-uid="GrapeCity.Documents.Drawing.TableRenderer.AddCell(System.Int32,System.Int32,System.Int32,System.Int32,System.Object)">
          <a class="xref" href="GrapeCity.Documents.Drawing.TableRenderer.AddCell.html#GrapeCity_Documents_Drawing_TableRenderer_AddCell_System_Int32_System_Int32_System_Int32_System_Int32_System_Object_">AddCell(int, int, int, int, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a table cell with default style and a new <a class="xref" href="GrapeCity.Documents.Text.TextLayout.html">TextLayout</a> inside.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_TableRenderer_AddCell_System_Int32_System_Int32_System_Object_" data-uid="GrapeCity.Documents.Drawing.TableRenderer.AddCell(System.Int32,System.Int32,System.Object)">
          <a class="xref" href="GrapeCity.Documents.Drawing.TableRenderer.AddCell.html#GrapeCity_Documents_Drawing_TableRenderer_AddCell_System_Int32_System_Int32_System_Object_">AddCell(int, int, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a table cell with default style and a new <a class="xref" href="GrapeCity.Documents.Text.TextLayout.html">TextLayout</a> inside.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_TableRenderer_AddMissingCells_GrapeCity_Documents_Drawing_CellStyle_" data-uid="GrapeCity.Documents.Drawing.TableRenderer.AddMissingCells(GrapeCity.Documents.Drawing.CellStyle)">
          <a class="xref" href="GrapeCity.Documents.Drawing.TableRenderer.AddMissingCells.html#GrapeCity_Documents_Drawing_TableRenderer_AddMissingCells_GrapeCity_Documents_Drawing_CellStyle_">AddMissingCells(CellStyle)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds empty regular cells to fill out the gaps in the table.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_TableRenderer_AddMissingCells_GrapeCity_Documents_Drawing_CellStyle_System_Int32_System_Int32_System_Int32_System_Int32_" data-uid="GrapeCity.Documents.Drawing.TableRenderer.AddMissingCells(GrapeCity.Documents.Drawing.CellStyle,System.Int32,System.Int32,System.Int32,System.Int32)">
          <a class="xref" href="GrapeCity.Documents.Drawing.TableRenderer.AddMissingCells.html#GrapeCity_Documents_Drawing_TableRenderer_AddMissingCells_GrapeCity_Documents_Drawing_CellStyle_System_Int32_System_Int32_System_Int32_System_Int32_">AddMissingCells(CellStyle, int, int, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds empty regular cells to fill out the gaps in the specified rectangular range of table cells.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_TableRenderer_AddMissingCells_GrapeCity_Documents_Drawing_CellStyle_System_Int32_System_Int32_System_Int32_System_Int32_System_Object_" data-uid="GrapeCity.Documents.Drawing.TableRenderer.AddMissingCells(GrapeCity.Documents.Drawing.CellStyle,System.Int32,System.Int32,System.Int32,System.Int32,System.Object)">
          <a class="xref" href="GrapeCity.Documents.Drawing.TableRenderer.AddMissingCells.html#GrapeCity_Documents_Drawing_TableRenderer_AddMissingCells_GrapeCity_Documents_Drawing_CellStyle_System_Int32_System_Int32_System_Int32_System_Int32_System_Object_">AddMissingCells(CellStyle, int, int, int, int, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds the regular cells to fill out the gaps in the specified rectangular range of table cells.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_TableRenderer_AddMissingCells_GrapeCity_Documents_Drawing_CellStyle_System_Object_" data-uid="GrapeCity.Documents.Drawing.TableRenderer.AddMissingCells(GrapeCity.Documents.Drawing.CellStyle,System.Object)">
          <a class="xref" href="GrapeCity.Documents.Drawing.TableRenderer.AddMissingCells.html#GrapeCity_Documents_Drawing_TableRenderer_AddMissingCells_GrapeCity_Documents_Drawing_CellStyle_System_Object_">AddMissingCells(CellStyle, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds the regular cells to fill out the gaps in the table.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_TableRenderer_AddMissingCells_System_Int32_System_Int32_System_Int32_System_Int32_" data-uid="GrapeCity.Documents.Drawing.TableRenderer.AddMissingCells(System.Int32,System.Int32,System.Int32,System.Int32)">
          <a class="xref" href="GrapeCity.Documents.Drawing.TableRenderer.AddMissingCells.html#GrapeCity_Documents_Drawing_TableRenderer_AddMissingCells_System_Int32_System_Int32_System_Int32_System_Int32_">AddMissingCells(int, int, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds empty regular cells to fill out the gaps in the specified rectangular range of table cells.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_TableRenderer_AddMissingCells_System_Int32_System_Int32_System_Int32_System_Int32_System_Object_" data-uid="GrapeCity.Documents.Drawing.TableRenderer.AddMissingCells(System.Int32,System.Int32,System.Int32,System.Int32,System.Object)">
          <a class="xref" href="GrapeCity.Documents.Drawing.TableRenderer.AddMissingCells.html#GrapeCity_Documents_Drawing_TableRenderer_AddMissingCells_System_Int32_System_Int32_System_Int32_System_Int32_System_Object_">AddMissingCells(int, int, int, int, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds the regular cells to fill out the gaps in the specified rectangular range of table cells.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_TableRenderer_ApplyCellConstraints" data-uid="GrapeCity.Documents.Drawing.TableRenderer.ApplyCellConstraints">
          <a class="xref" href="GrapeCity.Documents.Drawing.TableRenderer.ApplyCellConstraints.html#GrapeCity_Documents_Drawing_TableRenderer_ApplyCellConstraints">ApplyCellConstraints()</a>
        </td>
        <td class="markdown level1 summary"><p>Performs layout of the table cells.</p>
<p>Execute this method after adding all cells to the table.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_TableRenderer_Render_GrapeCity_Documents_Drawing_GcGraphics_" data-uid="GrapeCity.Documents.Drawing.TableRenderer.Render(GrapeCity.Documents.Drawing.GcGraphics)">
          <a class="xref" href="GrapeCity.Documents.Drawing.TableRenderer.Render.html#GrapeCity_Documents_Drawing_TableRenderer_Render_GrapeCity_Documents_Drawing_GcGraphics_">Render(GcGraphics)</a>
        </td>
        <td class="markdown level1 summary"><p>Draws the table to a <a class="xref" href="GrapeCity.Documents.Drawing.GcGraphics.html">GcGraphics</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_TableRenderer_SetHorizontalGridLineWidth_System_Int32_System_Single_" data-uid="GrapeCity.Documents.Drawing.TableRenderer.SetHorizontalGridLineWidth(System.Int32,System.Single)">
          <a class="xref" href="GrapeCity.Documents.Drawing.TableRenderer.SetHorizontalGridLineWidth.html#GrapeCity_Documents_Drawing_TableRenderer_SetHorizontalGridLineWidth_System_Int32_System_Single_">SetHorizontalGridLineWidth(int, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the width of horizontal grid line with a specified index.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Drawing_TableRenderer_SetVerticalGridLineWidth_System_Int32_System_Single_" data-uid="GrapeCity.Documents.Drawing.TableRenderer.SetVerticalGridLineWidth(System.Int32,System.Single)">
          <a class="xref" href="GrapeCity.Documents.Drawing.TableRenderer.SetVerticalGridLineWidth.html#GrapeCity_Documents_Drawing_TableRenderer_SetVerticalGridLineWidth_System_Int32_System_Single_">SetVerticalGridLineWidth(int, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the width of vertical grid line with a specified index.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="seealso">See Also</h3>
  <div class="seealso">
      <div><a class="xref" href="GrapeCity.Documents.Layout.LayoutRect.html">LayoutRect</a></div>
  </div>

</div>
