# C1.Win.Sizer.Column

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_Sizer_Column" data-uid="C1.Win.Sizer.Column" class="text-break">Column Class
</h1>
  <div class="markdown level0 summary"><p>Represents a column in the Sizer grid.</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="C1.Win.Sizer.Band.html">Band</a></div>
    <div class="level2"><span class="xref">Column</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.Sizer.html">C1.Win.Sizer</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.Sizer.4.8.dll</h6>
  <h5 id="C1_Win_Sizer_Column_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class Column : Band</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class Column
    Inherits Band</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="C1_Win_Sizer_Column_Position" data-uid="C1.Win.Sizer.Column.Position">
          <a class="xref" href="C1.Win.Sizer.Column.Position.html#C1_Win_Sizer_Column_Position">Position</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the position of the <a class="xref" href="C1.Win.Sizer.Column.html">Column</a> within the <a class="xref" href="C1.Win.Sizer.C1Sizer.html">C1Sizer</a> grid.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Sizer_Column_Size" data-uid="C1.Win.Sizer.Column.Size">
          <a class="xref" href="C1.Win.Sizer.Column.Size.html#C1_Win_Sizer_Column_Size">Size</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the width of the <a class="xref" href="C1.Win.Sizer.Column.html">Column</a> in pixels.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Sizer_Column_SizePercent" data-uid="C1.Win.Sizer.Column.SizePercent">
          <a class="xref" href="C1.Win.Sizer.Column.SizePercent.html#C1_Win_Sizer_Column_SizePercent">SizePercent</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the width of the <a class="xref" href="C1.Win.Sizer.Column.html">Column</a> as a percentage of the grid's width.</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="C1_Win_Sizer_Column_SetSize_System_Int32_System_Boolean_" data-uid="C1.Win.Sizer.Column.SetSize(System.Int32,System.Boolean)">
          <a class="xref" href="C1.Win.Sizer.Column.SetSize.html#C1_Win_Sizer_Column_SetSize_System_Int32_System_Boolean_">SetSize(int, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the size of the <a class="xref" href="C1.Win.Sizer.Column.html">Column</a> as a percentage of the grid's width.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_Sizer_Column_ToString" data-uid="C1.Win.Sizer.Column.ToString">
          <a class="xref" href="C1.Win.Sizer.Column.ToString.html#C1_Win_Sizer_Column_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a string representation of the <a class="xref" href="C1.Win.Sizer.Column.html">Column</a> object.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
