# FarPoint.Web.Spread.Column

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Web_Spread_Column" data-uid="FarPoint.Web.Spread.Column" class="text-break">Column Class
</h1>
  <div class="markdown level0 summary"><p>Represents a column in the component.</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">Column</span></div>
      <div class="level2"><a class="xref" href="FarPoint.Web.Spread.Columns.DefaultColumn.html">Columns.DefaultColumn</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_Column_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class Column</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class Column</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_Column_AggregationType" data-uid="FarPoint.Web.Spread.Column.AggregationType">
          <a class="xref" href="FarPoint.Web.Spread.Column.AggregationType.html#FarPoint_Web_Spread_Column_AggregationType">AggregationType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the aggregation type at this column.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Column_AutoFilterIndex" data-uid="FarPoint.Web.Spread.Column.AutoFilterIndex">
          <a class="xref" href="FarPoint.Web.Spread.Column.AutoFilterIndex.html#FarPoint_Web_Spread_Column_AutoFilterIndex">AutoFilterIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the automatic filter index for the column.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Column_BackColor" data-uid="FarPoint.Web.Spread.Column.BackColor">
          <a class="xref" href="FarPoint.Web.Spread.Column.BackColor.html#FarPoint_Web_Spread_Column_BackColor">BackColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the default background color for cells in this column.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Column_Background" data-uid="FarPoint.Web.Spread.Column.Background">
          <a class="xref" href="FarPoint.Web.Spread.Column.Background.html#FarPoint_Web_Spread_Column_Background">Background</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the background for cells in this column.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Column_Border" data-uid="FarPoint.Web.Spread.Column.Border">
          <a class="xref" href="FarPoint.Web.Spread.Column.Border.html#FarPoint_Web_Spread_Column_Border">Border</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the default border for cells in this column.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Column_CanFocus" data-uid="FarPoint.Web.Spread.Column.CanFocus">
          <a class="xref" href="FarPoint.Web.Spread.Column.CanFocus.html#FarPoint_Web_Spread_Column_CanFocus">CanFocus</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the user can set focus to the cell using the keyboard or mouse.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Column_CellType" data-uid="FarPoint.Web.Spread.Column.CellType">
          <a class="xref" href="FarPoint.Web.Spread.Column.CellType.html#FarPoint_Web_Spread_Column_CellType">CellType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the default cell type for cells in this column.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Column_DataField" data-uid="FarPoint.Web.Spread.Column.DataField">
          <a class="xref" href="FarPoint.Web.Spread.Column.DataField.html#FarPoint_Web_Spread_Column_DataField">DataField</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the data field for this column in the data source.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Column_Editor" data-uid="FarPoint.Web.Spread.Column.Editor">
          <a class="xref" href="FarPoint.Web.Spread.Column.Editor.html#FarPoint_Web_Spread_Column_Editor">Editor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the default editor for cells in this column.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Column_EncodeValue" data-uid="FarPoint.Web.Spread.Column.EncodeValue">
          <a class="xref" href="FarPoint.Web.Spread.Column.EncodeValue.html#FarPoint_Web_Spread_Column_EncodeValue">EncodeValue</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the encode value for a column.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Column_Font" data-uid="FarPoint.Web.Spread.Column.Font">
          <a class="xref" href="FarPoint.Web.Spread.Column.Font.html#FarPoint_Web_Spread_Column_Font">Font</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the default font for text in cells in this column.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Column_ForeColor" data-uid="FarPoint.Web.Spread.Column.ForeColor">
          <a class="xref" href="FarPoint.Web.Spread.Column.ForeColor.html#FarPoint_Web_Spread_Column_ForeColor">ForeColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the default text color for cells in this column.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Column_Formatter" data-uid="FarPoint.Web.Spread.Column.Formatter">
          <a class="xref" href="FarPoint.Web.Spread.Column.Formatter.html#FarPoint_Web_Spread_Column_Formatter">Formatter</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the default formatter for cells in this column.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Column_Formula" data-uid="FarPoint.Web.Spread.Column.Formula">
          <a class="xref" href="FarPoint.Web.Spread.Column.Formula.html#FarPoint_Web_Spread_Column_Formula">Formula</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the formula for cells in this column.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Column_HorizontalAlign" data-uid="FarPoint.Web.Spread.Column.HorizontalAlign">
          <a class="xref" href="FarPoint.Web.Spread.Column.HorizontalAlign.html#FarPoint_Web_Spread_Column_HorizontalAlign">HorizontalAlign</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the default horizontal alignment for cells in this column.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Column_ImeMode" data-uid="FarPoint.Web.Spread.Column.ImeMode">
          <a class="xref" href="FarPoint.Web.Spread.Column.ImeMode.html#FarPoint_Web_Spread_Column_ImeMode">ImeMode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the IME mode for a column.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Column_Index" data-uid="FarPoint.Web.Spread.Column.Index">
          <a class="xref" href="FarPoint.Web.Spread.Column.Index.html#FarPoint_Web_Spread_Column_Index">Index</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the index of this column, or the starting index for this range of columns.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Column_Index2" data-uid="FarPoint.Web.Spread.Column.Index2">
          <a class="xref" href="FarPoint.Web.Spread.Column.Index2.html#FarPoint_Web_Spread_Column_Index2">Index2</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the ending index for this range of columns.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Column_Label" data-uid="FarPoint.Web.Spread.Column.Label">
          <a class="xref" href="FarPoint.Web.Spread.Column.Label.html#FarPoint_Web_Spread_Column_Label">Label</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the header label for this column.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Column_Locked" data-uid="FarPoint.Web.Spread.Column.Locked">
          <a class="xref" href="FarPoint.Web.Spread.Column.Locked.html#FarPoint_Web_Spread_Column_Locked">Locked</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether cells in this column are marked as locked.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Column_Margin" data-uid="FarPoint.Web.Spread.Column.Margin">
          <a class="xref" href="FarPoint.Web.Spread.Column.Margin.html#FarPoint_Web_Spread_Column_Margin">Margin</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the default settings of the cell margins that define<br>
the space between the cell border and the cell contents, for all the
cells in this column.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Column_PageBreak" data-uid="FarPoint.Web.Spread.Column.PageBreak">
          <a class="xref" href="FarPoint.Web.Spread.Column.PageBreak.html#FarPoint_Web_Spread_Column_PageBreak">PageBreak</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether a page break is inserted before this column when printing.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Column_Parent" data-uid="FarPoint.Web.Spread.Column.Parent">
          <a class="xref" href="FarPoint.Web.Spread.Column.Parent.html#FarPoint_Web_Spread_Column_Parent">Parent</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of columns (Columns object) that contains this column.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Column_ParentStyleName" data-uid="FarPoint.Web.Spread.Column.ParentStyleName">
          <a class="xref" href="FarPoint.Web.Spread.Column.ParentStyleName.html#FarPoint_Web_Spread_Column_ParentStyleName">ParentStyleName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name of the parent style<br>
from which style properties are inherited for this column.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Column_Renderer" data-uid="FarPoint.Web.Spread.Column.Renderer">
          <a class="xref" href="FarPoint.Web.Spread.Column.Renderer.html#FarPoint_Web_Spread_Column_Renderer">Renderer</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the default renderer for cells in this column.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Column_Resizable" data-uid="FarPoint.Web.Spread.Column.Resizable">
          <a class="xref" href="FarPoint.Web.Spread.Column.Resizable.html#FarPoint_Web_Spread_Column_Resizable">Resizable</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether this column can be resized.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Column_SortIndicator" data-uid="FarPoint.Web.Spread.Column.SortIndicator">
          <a class="xref" href="FarPoint.Web.Spread.Column.SortIndicator.html#FarPoint_Web_Spread_Column_SortIndicator">SortIndicator</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the sort indicator for this column.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Column_StyleName" data-uid="FarPoint.Web.Spread.Column.StyleName">
          <a class="xref" href="FarPoint.Web.Spread.Column.StyleName.html#FarPoint_Web_Spread_Column_StyleName">StyleName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name of the custom style for cells in this column.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Column_TabStop" data-uid="FarPoint.Web.Spread.Column.TabStop">
          <a class="xref" href="FarPoint.Web.Spread.Column.TabStop.html#FarPoint_Web_Spread_Column_TabStop">TabStop</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the user can set focus to cells in this column using the Tab key.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Column_Tag" data-uid="FarPoint.Web.Spread.Column.Tag">
          <a class="xref" href="FarPoint.Web.Spread.Column.Tag.html#FarPoint_Web_Spread_Column_Tag">Tag</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the application-defined tag value associated with the cells in this column.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Column_VerticalAlign" data-uid="FarPoint.Web.Spread.Column.VerticalAlign">
          <a class="xref" href="FarPoint.Web.Spread.Column.VerticalAlign.html#FarPoint_Web_Spread_Column_VerticalAlign">VerticalAlign</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the default vertical alignment for cells in this column.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Column_Visible" data-uid="FarPoint.Web.Spread.Column.Visible">
          <a class="xref" href="FarPoint.Web.Spread.Column.Visible.html#FarPoint_Web_Spread_Column_Visible">Visible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether this column is visible.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Column_Width" data-uid="FarPoint.Web.Spread.Column.Width">
          <a class="xref" href="FarPoint.Web.Spread.Column.Width.html#FarPoint_Web_Spread_Column_Width">Width</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the width of this column.</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_Column_Add" data-uid="FarPoint.Web.Spread.Column.Add">
          <a class="xref" href="FarPoint.Web.Spread.Column.Add.html#FarPoint_Web_Spread_Column_Add">Add()</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a new column or range of columns before this column or range of columns.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Column_Equals_System_Object_" data-uid="FarPoint.Web.Spread.Column.Equals(System.Object)">
          <a class="xref" href="FarPoint.Web.Spread.Column.Equals.html#FarPoint_Web_Spread_Column_Equals_System_Object_">Equals(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the specified object is equivalent to this column.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Column_GetHashCode" data-uid="FarPoint.Web.Spread.Column.GetHashCode">
          <a class="xref" href="FarPoint.Web.Spread.Column.GetHashCode.html#FarPoint_Web_Spread_Column_GetHashCode">GetHashCode()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the hash code of this object.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Column_Remove" data-uid="FarPoint.Web.Spread.Column.Remove">
          <a class="xref" href="FarPoint.Web.Spread.Column.Remove.html#FarPoint_Web_Spread_Column_Remove">Remove()</a>
        </td>
        <td class="markdown level1 summary"><p>Removes this column or range of columns.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Column_ResetBackColor" data-uid="FarPoint.Web.Spread.Column.ResetBackColor">
          <a class="xref" href="FarPoint.Web.Spread.Column.ResetBackColor.html#FarPoint_Web_Spread_Column_ResetBackColor">ResetBackColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the background color for the column and makes the column inherit
the background color from the default column.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Column_ResetBackground" data-uid="FarPoint.Web.Spread.Column.ResetBackground">
          <a class="xref" href="FarPoint.Web.Spread.Column.ResetBackground.html#FarPoint_Web_Spread_Column_ResetBackground">ResetBackground()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the background.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Column_ResetBorder" data-uid="FarPoint.Web.Spread.Column.ResetBorder">
          <a class="xref" href="FarPoint.Web.Spread.Column.ResetBorder.html#FarPoint_Web_Spread_Column_ResetBorder">ResetBorder()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the cell border for the column and makes the column inherit
the cell border from the default column.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Column_ResetCanFocus" data-uid="FarPoint.Web.Spread.Column.ResetCanFocus">
          <a class="xref" href="FarPoint.Web.Spread.Column.ResetCanFocus.html#FarPoint_Web_Spread_Column_ResetCanFocus">ResetCanFocus()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets to its default value whether the cell can receive focus.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Column_ResetCellType" data-uid="FarPoint.Web.Spread.Column.ResetCellType">
          <a class="xref" href="FarPoint.Web.Spread.Column.ResetCellType.html#FarPoint_Web_Spread_Column_ResetCellType">ResetCellType()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the cell type for the column and makes the column inherit
the cell type from the default column.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Column_ResetFont" data-uid="FarPoint.Web.Spread.Column.ResetFont">
          <a class="xref" href="FarPoint.Web.Spread.Column.ResetFont.html#FarPoint_Web_Spread_Column_ResetFont">ResetFont()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the font for the column and makes the column inherit the font
from the default column.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Column_ResetForeColor" data-uid="FarPoint.Web.Spread.Column.ResetForeColor">
          <a class="xref" href="FarPoint.Web.Spread.Column.ResetForeColor.html#FarPoint_Web_Spread_Column_ResetForeColor">ResetForeColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the foreground color for the column and makes the column inherit<br>
the foreground color from the default column.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Column_ResetHorizontalAlignment" data-uid="FarPoint.Web.Spread.Column.ResetHorizontalAlignment">
          <a class="xref" href="FarPoint.Web.Spread.Column.ResetHorizontalAlignment.html#FarPoint_Web_Spread_Column_ResetHorizontalAlignment">ResetHorizontalAlignment()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the horizontal alignment for the column and makes the column inherit
the horizontal alignment from the default column.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Column_ResetImeMode" data-uid="FarPoint.Web.Spread.Column.ResetImeMode">
          <a class="xref" href="FarPoint.Web.Spread.Column.ResetImeMode.html#FarPoint_Web_Spread_Column_ResetImeMode">ResetImeMode()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the IME mode for the column and makes the column inherit
the IME mode from the default column.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Column_ResetLocked" data-uid="FarPoint.Web.Spread.Column.ResetLocked">
          <a class="xref" href="FarPoint.Web.Spread.Column.ResetLocked.html#FarPoint_Web_Spread_Column_ResetLocked">ResetLocked()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the locked state for the column and makes the column inherit
the locked state from the default column.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Column_ResetMargin" data-uid="FarPoint.Web.Spread.Column.ResetMargin">
          <a class="xref" href="FarPoint.Web.Spread.Column.ResetMargin.html#FarPoint_Web_Spread_Column_ResetMargin">ResetMargin()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the settings of the cell margins that define the space between the cell border and the cell contents, for all the cells in this column.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Column_ResetTabStop" data-uid="FarPoint.Web.Spread.Column.ResetTabStop">
          <a class="xref" href="FarPoint.Web.Spread.Column.ResetTabStop.html#FarPoint_Web_Spread_Column_ResetTabStop">ResetTabStop()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the tab stop.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Column_ResetVerticalAlignment" data-uid="FarPoint.Web.Spread.Column.ResetVerticalAlignment">
          <a class="xref" href="FarPoint.Web.Spread.Column.ResetVerticalAlignment.html#FarPoint_Web_Spread_Column_ResetVerticalAlignment">ResetVerticalAlignment()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the vertical alignment for the column and makes the column inherit
the vertical alignment from the default column.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Column_ResetWidth" data-uid="FarPoint.Web.Spread.Column.ResetWidth">
          <a class="xref" href="FarPoint.Web.Spread.Column.ResetWidth.html#FarPoint_Web_Spread_Column_ResetWidth">ResetWidth()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the width for the column and makes the column inherit the width
from the default column.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Column_ToString" data-uid="FarPoint.Web.Spread.Column.ToString">
          <a class="xref" href="FarPoint.Web.Spread.Column.ToString.html#FarPoint_Web_Spread_Column_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a string that contains an absolute reference to this
column in the current reference style.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Column_ToString_FarPoint_Web_Spread_Column_" data-uid="FarPoint.Web.Spread.Column.ToString(FarPoint.Web.Spread.Column)">
          <a class="xref" href="FarPoint.Web.Spread.Column.ToString.html#FarPoint_Web_Spread_Column_ToString_FarPoint_Web_Spread_Column_">ToString(Column)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a string that contains a relative reference to this
column in the current reference style.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Column_ToString_FarPoint_Web_Spread_Column_FarPoint_Web_Spread_Model_ReferenceStyle_" data-uid="FarPoint.Web.Spread.Column.ToString(FarPoint.Web.Spread.Column,FarPoint.Web.Spread.Model.ReferenceStyle)">
          <a class="xref" href="FarPoint.Web.Spread.Column.ToString.html#FarPoint_Web_Spread_Column_ToString_FarPoint_Web_Spread_Column_FarPoint_Web_Spread_Model_ReferenceStyle_">ToString(Column, ReferenceStyle)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a string that contains a relative reference to this
column in the specified reference style.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Column_ToString_FarPoint_Web_Spread_Model_ReferenceStyle_" data-uid="FarPoint.Web.Spread.Column.ToString(FarPoint.Web.Spread.Model.ReferenceStyle)">
          <a class="xref" href="FarPoint.Web.Spread.Column.ToString.html#FarPoint_Web_Spread_Column_ToString_FarPoint_Web_Spread_Model_ReferenceStyle_">ToString(ReferenceStyle)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a string that contains a reference to this
column in the specified reference style.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
