# GrapeCity.Documents.Word.Layout.PageSection

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Documents_Word_Layout_PageSection" data-uid="GrapeCity.Documents.Word.Layout.PageSection" class="text-break">PageSection Class
</h1>
  <div class="markdown level0 summary"><p>Represents a page section element.</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.Layout.LayoutElement.html">LayoutElement</a></div>
    <div class="level2"><span class="xref">PageSection</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Documents.Word.Layout.html">GrapeCity.Documents.Word.Layout</a></h6>
  <h6><strong>Assembly</strong>: DS.Documents.Word.dll</h6>
  <h5 id="GrapeCity_Documents_Word_Layout_PageSection_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class PageSection : LayoutElement</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class PageSection
    Inherits LayoutElement</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_Layout_PageSection_Columns" data-uid="GrapeCity.Documents.Word.Layout.PageSection.Columns">
          <a class="xref" href="GrapeCity.Documents.Word.Layout.PageSection.Columns.html#GrapeCity_Documents_Word_Layout_PageSection_Columns">Columns</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the list of columns in the page section.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Documents_Word_Layout_PageSection_WordSection" data-uid="GrapeCity.Documents.Word.Layout.PageSection.WordSection">
          <a class="xref" href="GrapeCity.Documents.Word.Layout.PageSection.WordSection.html#GrapeCity_Documents_Word_Layout_PageSection_WordSection">WordSection</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the source <a class="xref" href="GrapeCity.Documents.Word.Section.html">Section</a>.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
