# FarPoint.Web.Spread.LayoutColumns

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Web_Spread_LayoutColumns" data-uid="FarPoint.Web.Spread.LayoutColumns" class="text-break">LayoutColumns Class
</h1>
  <div class="markdown level0 summary"><p>Represents the layout columns in the layout template.</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">LayoutColumns</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.ilist">IList</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.icollection">ICollection</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.ienumerable">IEnumerable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Web.Spread.html">FarPoint.Web.Spread</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Web.Spread.dll</h6>
  <h5 id="FarPoint_Web_Spread_LayoutColumns_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class LayoutColumns : IList, ICollection, IEnumerable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class LayoutColumns
    Implements IList, ICollection, IEnumerable</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="FarPoint_Web_Spread_LayoutColumns_Count" data-uid="FarPoint.Web.Spread.LayoutColumns.Count">
          <a class="xref" href="FarPoint.Web.Spread.LayoutColumns.Count.html#FarPoint_Web_Spread_LayoutColumns_Count">Count</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the number of layout columns in the collection.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_LayoutColumns_Item_System_Int32_" data-uid="FarPoint.Web.Spread.LayoutColumns.Item(System.Int32)">
          <a class="xref" href="FarPoint.Web.Spread.LayoutColumns.Item.html#FarPoint_Web_Spread_LayoutColumns_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a new layout column for the specified layout column.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_LayoutColumns_Item_System_Int32_System_Int32_" data-uid="FarPoint.Web.Spread.LayoutColumns.Item(System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Web.Spread.LayoutColumns.Item.html#FarPoint_Web_Spread_LayoutColumns_Item_System_Int32_System_Int32_">this[int, int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a new layout column for the specified range of layout columns.</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="FarPoint_Web_Spread_LayoutColumns_Add_System_Int32_System_Int32_" data-uid="FarPoint.Web.Spread.LayoutColumns.Add(System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Web.Spread.LayoutColumns.Add.html#FarPoint_Web_Spread_LayoutColumns_Add_System_Int32_System_Int32_">Add(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a new layout column or range of layout columns.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_LayoutColumns_Remove_System_Int32_System_Int32_" data-uid="FarPoint.Web.Spread.LayoutColumns.Remove(System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Web.Spread.LayoutColumns.Remove.html#FarPoint_Web_Spread_LayoutColumns_Remove_System_Int32_System_Int32_">Remove(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes a column or range of layout columns.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
