# GrapeCity.SpreadBuilder.DDColumn

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_SpreadBuilder_DDColumn" data-uid="GrapeCity.SpreadBuilder.DDColumn" class="text-break">DDColumn Class
</h1>
  <div class="markdown level0 summary"><p>Represents a column in a spreadsheet.</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">DDColumn</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.SpreadBuilder.html">GrapeCity.SpreadBuilder</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.SpreadBuilder.dll</h6>
  <h5 id="GrapeCity_SpreadBuilder_DDColumn_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class DDColumn</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_SpreadBuilder_DDColumn_Column" data-uid="GrapeCity.SpreadBuilder.DDColumn.Column">
          <a class="xref" href="GrapeCity.SpreadBuilder.DDColumn.Column.html#GrapeCity_SpreadBuilder_DDColumn_Column">Column</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the zero-based column number that this <a class="xref" href="GrapeCity.SpreadBuilder.DDColumn.html">DDColumn</a> instance represents.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_SpreadBuilder_DDColumn_OwnerSheet" data-uid="GrapeCity.SpreadBuilder.DDColumn.OwnerSheet">
          <a class="xref" href="GrapeCity.SpreadBuilder.DDColumn.OwnerSheet.html#GrapeCity_SpreadBuilder_DDColumn_OwnerSheet">OwnerSheet</a>
        </td>
        <td class="markdown level1 summary"><p>Returns the sheet on which this column is located.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_SpreadBuilder_DDColumn_Width" data-uid="GrapeCity.SpreadBuilder.DDColumn.Width">
          <a class="xref" href="GrapeCity.SpreadBuilder.DDColumn.Width.html#GrapeCity_SpreadBuilder_DDColumn_Width">Width</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the width of the column in Twips.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
