# GrapeCity.Wpf.SpreadSheet.ColumnInfo

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="GrapeCity_Wpf_SpreadSheet_ColumnInfo" data-uid="GrapeCity.Wpf.SpreadSheet.ColumnInfo" class="text-break">ColumnInfo Class
</h1>
  <div class="markdown level0 summary"><p>Represents a column in the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.SheetInfo.html">SheetInfo</a>.</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.Wpf.SpreadSheet.StyleObjectInfo.html">StyleObjectInfo</a></div>
    <div class="level2"><a class="xref" href="GrapeCity.Wpf.SpreadSheet.RangeInfo.html">RangeInfo</a></div>
    <div class="level3"><span class="xref">ColumnInfo</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Wpf.SpreadSheet.html">GrapeCity.Wpf.SpreadSheet</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.Wpf.SpreadSheet.dll</h6>
  <h5 id="GrapeCity_Wpf_SpreadSheet_ColumnInfo_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public sealed class ColumnInfo : RangeInfo</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public NotInheritable Class ColumnInfo
    Inherits RangeInfo</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_ColumnInfo__ctor" data-uid="GrapeCity.Wpf.SpreadSheet.ColumnInfo.#ctor">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.ColumnInfo.-ctor.html#GrapeCity_Wpf_SpreadSheet_ColumnInfo__ctor">ColumnInfo()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.ColumnInfo.html">ColumnInfo</a> class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <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_Wpf_SpreadSheet_ColumnInfo_Borders" data-uid="GrapeCity.Wpf.SpreadSheet.ColumnInfo.Borders">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.ColumnInfo.Borders.html#GrapeCity_Wpf_SpreadSheet_ColumnInfo_Borders">Borders</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.BordersInfo.html">BordersInfo</a> object that represents the borders of the specified object.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_ColumnInfo_DataField" data-uid="GrapeCity.Wpf.SpreadSheet.ColumnInfo.DataField">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.ColumnInfo.DataField.html#GrapeCity_Wpf_SpreadSheet_ColumnInfo_DataField">DataField</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a <a class="xref" href="GrapeCity.Wpf.SpreadSheet.DataField.html">DataField</a> for this column that gets or sets the value of the data source.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_ColumnInfo_Hidden" data-uid="GrapeCity.Wpf.SpreadSheet.ColumnInfo.Hidden">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.ColumnInfo.Hidden.html#GrapeCity_Wpf_SpreadSheet_ColumnInfo_Hidden">Hidden</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates whether the column is visible.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_ColumnInfo_Index" data-uid="GrapeCity.Wpf.SpreadSheet.ColumnInfo.Index">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.ColumnInfo.Index.html#GrapeCity_Wpf_SpreadSheet_ColumnInfo_Index">Index</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the index of this column in <a class="xref" href="GrapeCity.Wpf.SpreadSheet.SheetInfo.html">SheetInfo</a>.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_ColumnInfo_Locked" data-uid="GrapeCity.Wpf.SpreadSheet.ColumnInfo.Locked">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.ColumnInfo.Locked.html#GrapeCity_Wpf_SpreadSheet_ColumnInfo_Locked">Locked</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether this <a class="xref" href="GrapeCity.Wpf.SpreadSheet.RangeInfo.html">RangeInfo</a> is locked.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_ColumnInfo_MergePolicy" data-uid="GrapeCity.Wpf.SpreadSheet.ColumnInfo.MergePolicy">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.ColumnInfo.MergePolicy.html#GrapeCity_Wpf_SpreadSheet_ColumnInfo_MergePolicy">MergePolicy</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or Set a value indicating whether the merge policy.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_ColumnInfo_Name" data-uid="GrapeCity.Wpf.SpreadSheet.ColumnInfo.Name">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.ColumnInfo.Name.html#GrapeCity_Wpf_SpreadSheet_ColumnInfo_Name">Name</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="GrapeCity.Wpf.SpreadSheet.ColumnInfo.html">ColumnInfo</a> name.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_ColumnInfo_PageBreak" data-uid="GrapeCity.Wpf.SpreadSheet.ColumnInfo.PageBreak">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.ColumnInfo.PageBreak.html#GrapeCity_Wpf_SpreadSheet_ColumnInfo_PageBreak">PageBreak</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the location of a page break.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_ColumnInfo_Resizable" data-uid="GrapeCity.Wpf.SpreadSheet.ColumnInfo.Resizable">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.ColumnInfo.Resizable.html#GrapeCity_Wpf_SpreadSheet_ColumnInfo_Resizable">Resizable</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="GrapeCity_Wpf_SpreadSheet_ColumnInfo_Width" data-uid="GrapeCity.Wpf.SpreadSheet.ColumnInfo.Width">
          <a class="xref" href="GrapeCity.Wpf.SpreadSheet.ColumnInfo.Width.html#GrapeCity_Wpf_SpreadSheet_ColumnInfo_Width">Width</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates the column width.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
