# GrapeCity.Documents.Word.TableHorizontalPosition

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Word_TableHorizontalPosition" data-uid="GrapeCity.Documents.Word.TableHorizontalPosition" class="text-break">TableHorizontalPosition Class
</h1>
  <div class="markdown level0 summary"><p>Represents the horizontal positioning of a floating table within a document.</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"><a class="xref" href="GrapeCity.Documents.Word.FormattingBag.html">FormattingBag</a></div>
    <div class="level2"><span class="xref">TableHorizontalPosition</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Word.html">GrapeCity.Documents.Word</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Word.dll</h6>
  <h5 id="GrapeCity_Documents_Word_TableHorizontalPosition_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class TableHorizontalPosition : FormattingBag</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class TableHorizontalPosition
    Inherits FormattingBag</code></pre>
  </div>
  <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_Word_TableHorizontalPosition_Alignment" data-uid="GrapeCity.Documents.Word.TableHorizontalPosition.Alignment">
          <a class="xref" href="GrapeCity.Documents.Word.TableHorizontalPosition.Alignment.html#GrapeCity_Documents_Word_TableHorizontalPosition_Alignment">Alignment</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the relative horizontal alignment of a table.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_TableHorizontalPosition_Offset" data-uid="GrapeCity.Documents.Word.TableHorizontalPosition.Offset">
          <a class="xref" href="GrapeCity.Documents.Word.TableHorizontalPosition.Offset.html#GrapeCity_Documents_Word_TableHorizontalPosition_Offset">Offset</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the horizontal offset in points.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_TableHorizontalPosition_RelativeTo" data-uid="GrapeCity.Documents.Word.TableHorizontalPosition.RelativeTo">
          <a class="xref" href="GrapeCity.Documents.Word.TableHorizontalPosition.RelativeTo.html#GrapeCity_Documents_Word_TableHorizontalPosition_RelativeTo">RelativeTo</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value specifying the element relative to which the horizontal position of the table is calculated.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_TableHorizontalPosition_Type" data-uid="GrapeCity.Documents.Word.TableHorizontalPosition.Type">
          <a class="xref" href="GrapeCity.Documents.Word.TableHorizontalPosition.Type.html#GrapeCity_Documents_Word_TableHorizontalPosition_Type">Type</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value specifying how the table position must be calculated.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
