# FarPoint.Win.Spread.CellType.MultiColumnComboBoxCellType

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Spread_CellType_MultiColumnComboBoxCellType" data-uid="FarPoint.Win.Spread.CellType.MultiColumnComboBoxCellType" class="text-break">MultiColumnComboBoxCellType Class
</h1>
  <div class="markdown level0 summary"><p>Represents a multiple-column combo box cell.</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="FarPoint.Win.Spread.CellType.BaseCellType.html">BaseCellType</a></div>
    <div class="level2"><span class="xref">MultiColumnComboBoxCellType</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="FarPoint.Win.Spread.CellType.ICellType.html">ICellType</a></div>
    <div><a class="xref" href="FarPoint.Win.Spread.CellType.IEditor.html">IEditor</a></div>
    <div><a class="xref" href="FarPoint.Win.Spread.CellType.IFormatter.html">IFormatter</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.icloneable">ICloneable</a></div>
    <div><a class="xref" href="FarPoint.Win.Spread.CellType.IPropertyAllowedSupport.html">IPropertyAllowedSupport</a></div>
    <div><a class="xref" href="FarPoint.Win.Spread.CellType.INotifyEditorValueChanged.html">INotifyEditorValueChanged</a></div>
    <div><a class="xref" href="FarPoint.Win.Spread.IEnhancedRenderer.html">IEnhancedRenderer</a></div>
    <div><a class="xref" href="FarPoint.Win.Spread.CellType.IRenderer.html">IRenderer</a></div>
    <div><a class="xref" href="FarPoint.Win.Spread.IEnhancedPdfRenderer.html">IEnhancedPdfRenderer</a></div>
    <div><a class="xref" href="FarPoint.Win.Spread.CellType.IPdfSupport.html">IPdfSupport</a></div>
    <div><a class="xref" href="FarPoint.Win.Spread.IAllowArrowKeysMoveActiveCell.html">IAllowArrowKeysMoveActiveCell</a></div>
    <div><a class="xref" href="FarPoint.Win.Spread.CellType.IErrorIconSupport.html">IErrorIconSupport</a></div>
    <div><a class="xref" href="FarPoint.Win.Spread.CellType.IEditorVerticaAlignSupport.html">IEditorVerticaAlignSupport</a></div>
    <div><a class="xref" href="../GrapeCity.Spreadsheet/GrapeCity.Spreadsheet.ICellType.html">ICellType</a></div>
    <div><a class="xref" href="../GrapeCity.CalcEngine/GrapeCity.CalcEngine.ICloneable-1.html">ICloneable</a>&lt;<a class="xref" href="../GrapeCity.Spreadsheet/GrapeCity.Spreadsheet.ICellType.html">ICellType</a>&gt;</div>
    <div><a class="xref" href="../GrapeCity.Spreadsheet/GrapeCity.Spreadsheet.INumFmtSupportCellType.html">INumFmtSupportCellType</a></div>
    <div><a class="xref" href="../FarPoint.Win/FarPoint.Win.ISerializeSupport.html">ISerializeSupport</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.runtime.serialization.iserializable">ISerializable</a></div>
    <div><a class="xref" href="FarPoint.Win.Spread.CellType.IRenderAlignment.html">IRenderAlignment</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
    <div><a class="xref" href="FarPoint.Win.Spread.CellType.IReuseEditorControl2.html">IReuseEditorControl2</a></div>
    <div><a class="xref" href="FarPoint.Win.Spread.CellType.IReuseEditorControl.html">IReuseEditorControl</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Win.Spread.CellType.html">FarPoint.Win.Spread.CellType</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Win.Spread.dll</h6>
  <h5 id="FarPoint_Win_Spread_CellType_MultiColumnComboBoxCellType_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class MultiColumnComboBoxCellType : BaseCellType, ICellType, IEditor, IFormatter, ICloneable, IPropertyAllowedSupport, INotifyEditorValueChanged, IEnhancedRenderer, IRenderer, IEnhancedPdfRenderer, IPdfSupport, IAllowArrowKeysMoveActiveCell, IErrorIconSupport, IEditorVerticaAlignSupport, ICellType, ICloneable&lt;ICellType&gt;, INumFmtSupportCellType, ISerializeSupport, ISerializable, IRenderAlignment, IDisposable, IReuseEditorControl2, IReuseEditorControl</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class MultiColumnComboBoxCellType
    Inherits BaseCellType
    Implements ICellType, IEditor, IFormatter, ICloneable, IPropertyAllowedSupport, INotifyEditorValueChanged, IEnhancedRenderer, IRenderer, IEnhancedPdfRenderer, IPdfSupport, IAllowArrowKeysMoveActiveCell, IErrorIconSupport, IEditorVerticaAlignSupport, ICellType, ICloneable(Of ICellType), INumFmtSupportCellType, ISerializeSupport, ISerializable, IRenderAlignment, IDisposable, IReuseEditorControl2, IReuseEditorControl</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="FarPoint_Win_Spread_CellType_MultiColumnComboBoxCellType__ctor" data-uid="FarPoint.Win.Spread.CellType.MultiColumnComboBoxCellType.#ctor">
          <a class="xref" href="FarPoint.Win.Spread.CellType.MultiColumnComboBoxCellType.-ctor.html#FarPoint_Win_Spread_CellType_MultiColumnComboBoxCellType__ctor">MultiColumnComboBoxCellType()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new multiple-column combo box cell with default settings.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_MultiColumnComboBoxCellType__ctor_FarPoint_Win_Spread_CellType_MultiColumnComboBoxCellType_" data-uid="FarPoint.Win.Spread.CellType.MultiColumnComboBoxCellType.#ctor(FarPoint.Win.Spread.CellType.MultiColumnComboBoxCellType)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.MultiColumnComboBoxCellType.-ctor.html#FarPoint_Win_Spread_CellType_MultiColumnComboBoxCellType__ctor_FarPoint_Win_Spread_CellType_MultiColumnComboBoxCellType_">MultiColumnComboBoxCellType(MultiColumnComboBoxCellType)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new copy from the specified cell type (&quot;Copy constructor&quot;).</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_MultiColumnComboBoxCellType__ctor_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_" data-uid="FarPoint.Win.Spread.CellType.MultiColumnComboBoxCellType.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.MultiColumnComboBoxCellType.-ctor.html#FarPoint_Win_Spread_CellType_MultiColumnComboBoxCellType__ctor_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_">MultiColumnComboBoxCellType(SerializationInfo, StreamingContext)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new multiple-column combo box cell from serialization.</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="FarPoint_Win_Spread_CellType_MultiColumnComboBoxCellType_AcceptsArrowKeys" data-uid="FarPoint.Win.Spread.CellType.MultiColumnComboBoxCellType.AcceptsArrowKeys">
          <a class="xref" href="FarPoint.Win.Spread.CellType.MultiColumnComboBoxCellType.AcceptsArrowKeys.html#FarPoint_Win_Spread_CellType_MultiColumnComboBoxCellType_AcceptsArrowKeys">AcceptsArrowKeys</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets how arrow keys are processed by the edit control.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_MultiColumnComboBoxCellType_AllowArrowKeysMoveActiveCell" data-uid="FarPoint.Win.Spread.CellType.MultiColumnComboBoxCellType.AllowArrowKeysMoveActiveCell">
          <a class="xref" href="FarPoint.Win.Spread.CellType.MultiColumnComboBoxCellType.AllowArrowKeysMoveActiveCell.html#FarPoint_Win_Spread_CellType_MultiColumnComboBoxCellType_AllowArrowKeysMoveActiveCell">AllowArrowKeysMoveActiveCell</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether to allow arrow keys to move the active cell.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_MultiColumnComboBoxCellType_AllowEditorVerticalAlign" data-uid="FarPoint.Win.Spread.CellType.MultiColumnComboBoxCellType.AllowEditorVerticalAlign">
          <a class="xref" href="FarPoint.Win.Spread.CellType.MultiColumnComboBoxCellType.AllowEditorVerticalAlign.html#FarPoint_Win_Spread_CellType_MultiColumnComboBoxCellType_AllowEditorVerticalAlign">AllowEditorVerticalAlign</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether to allow editor vertical align.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_MultiColumnComboBoxCellType_AutoSearch" data-uid="FarPoint.Win.Spread.CellType.MultiColumnComboBoxCellType.AutoSearch">
          <a class="xref" href="FarPoint.Win.Spread.CellType.MultiColumnComboBoxCellType.AutoSearch.html#FarPoint_Win_Spread_CellType_MultiColumnComboBoxCellType_AutoSearch">AutoSearch</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets how the list is searched based on input of a character key.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_MultiColumnComboBoxCellType_BackgroundImage" data-uid="FarPoint.Win.Spread.CellType.MultiColumnComboBoxCellType.BackgroundImage">
          <a class="xref" href="FarPoint.Win.Spread.CellType.MultiColumnComboBoxCellType.BackgroundImage.html#FarPoint_Win_Spread_CellType_MultiColumnComboBoxCellType_BackgroundImage">BackgroundImage</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the background image of the multiple-column combo box.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_MultiColumnComboBoxCellType_ButtonAlign" data-uid="FarPoint.Win.Spread.CellType.MultiColumnComboBoxCellType.ButtonAlign">
          <a class="xref" href="FarPoint.Win.Spread.CellType.MultiColumnComboBoxCellType.ButtonAlign.html#FarPoint_Win_Spread_CellType_MultiColumnComboBoxCellType_ButtonAlign">ButtonAlign</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets where the buttons are displayed in the cell.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_MultiColumnComboBoxCellType_ColumnEdit" data-uid="FarPoint.Win.Spread.CellType.MultiColumnComboBoxCellType.ColumnEdit">
          <a class="xref" href="FarPoint.Win.Spread.CellType.MultiColumnComboBoxCellType.ColumnEdit.html#FarPoint_Win_Spread_CellType_MultiColumnComboBoxCellType_ColumnEdit">ColumnEdit</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets which list column (by index) serves as the edit portion
of the combo box.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_MultiColumnComboBoxCellType_ColumnEditName" data-uid="FarPoint.Win.Spread.CellType.MultiColumnComboBoxCellType.ColumnEditName">
          <a class="xref" href="FarPoint.Win.Spread.CellType.MultiColumnComboBoxCellType.ColumnEditName.html#FarPoint_Win_Spread_CellType_MultiColumnComboBoxCellType_ColumnEditName">ColumnEditName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets which list column (by name) serves as the edit portion
of the combo box.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_MultiColumnComboBoxCellType_DataColumn" data-uid="FarPoint.Win.Spread.CellType.MultiColumnComboBoxCellType.DataColumn">
          <a class="xref" href="FarPoint.Win.Spread.CellType.MultiColumnComboBoxCellType.DataColumn.html#FarPoint_Win_Spread_CellType_MultiColumnComboBoxCellType_DataColumn">DataColumn</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets which list column (by index) serves as the data portion
of the combo box.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_MultiColumnComboBoxCellType_DataColumnName" data-uid="FarPoint.Win.Spread.CellType.MultiColumnComboBoxCellType.DataColumnName">
          <a class="xref" href="FarPoint.Win.Spread.CellType.MultiColumnComboBoxCellType.DataColumnName.html#FarPoint_Win_Spread_CellType_MultiColumnComboBoxCellType_DataColumnName">DataColumnName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets which list column (by name) serves as the data portion
of the combo box.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_MultiColumnComboBoxCellType_DataMemberList" data-uid="FarPoint.Win.Spread.CellType.MultiColumnComboBoxCellType.DataMemberList">
          <a class="xref" href="FarPoint.Win.Spread.CellType.MultiColumnComboBoxCellType.DataMemberList.html#FarPoint_Win_Spread_CellType_MultiColumnComboBoxCellType_DataMemberList">DataMemberList</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name of the data member that populates the list in the list portion of the combo box.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_MultiColumnComboBoxCellType_DataSourceList" data-uid="FarPoint.Win.Spread.CellType.MultiColumnComboBoxCellType.DataSourceList">
          <a class="xref" href="FarPoint.Win.Spread.CellType.MultiColumnComboBoxCellType.DataSourceList.html#FarPoint_Win_Spread_CellType_MultiColumnComboBoxCellType_DataSourceList">DataSourceList</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the data source for the list portion of the combo box.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_MultiColumnComboBoxCellType_Editable" data-uid="FarPoint.Win.Spread.CellType.MultiColumnComboBoxCellType.Editable">
          <a class="xref" href="FarPoint.Win.Spread.CellType.MultiColumnComboBoxCellType.Editable.html#FarPoint_Win_Spread_CellType_MultiColumnComboBoxCellType_Editable">Editable</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether you can type into the edit portion of the multi-column combo box.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_MultiColumnComboBoxCellType_ListAlignment" data-uid="FarPoint.Win.Spread.CellType.MultiColumnComboBoxCellType.ListAlignment">
          <a class="xref" href="FarPoint.Win.Spread.CellType.MultiColumnComboBoxCellType.ListAlignment.html#FarPoint_Win_Spread_CellType_MultiColumnComboBoxCellType_ListAlignment">ListAlignment</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets to which side of the editor the list aligns.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_MultiColumnComboBoxCellType_ListBorderStyle" data-uid="FarPoint.Win.Spread.CellType.MultiColumnComboBoxCellType.ListBorderStyle">
          <a class="xref" href="FarPoint.Win.Spread.CellType.MultiColumnComboBoxCellType.ListBorderStyle.html#FarPoint_Win_Spread_CellType_MultiColumnComboBoxCellType_ListBorderStyle">ListBorderStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the type of border style for the drop-down list.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_MultiColumnComboBoxCellType_ListOffset" data-uid="FarPoint.Win.Spread.CellType.MultiColumnComboBoxCellType.ListOffset">
          <a class="xref" href="FarPoint.Win.Spread.CellType.MultiColumnComboBoxCellType.ListOffset.html#FarPoint_Win_Spread_CellType_MultiColumnComboBoxCellType_ListOffset">ListOffset</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets how much the list offsets from the editor.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_MultiColumnComboBoxCellType_ListResizeColumns" data-uid="FarPoint.Win.Spread.CellType.MultiColumnComboBoxCellType.ListResizeColumns">
          <a class="xref" href="FarPoint.Win.Spread.CellType.MultiColumnComboBoxCellType.ListResizeColumns.html#FarPoint_Win_Spread_CellType_MultiColumnComboBoxCellType_ListResizeColumns">ListResizeColumns</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets how the columns in the drop-down list are sized when displayed.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_MultiColumnComboBoxCellType_ListWidth" data-uid="FarPoint.Win.Spread.CellType.MultiColumnComboBoxCellType.ListWidth">
          <a class="xref" href="FarPoint.Win.Spread.CellType.MultiColumnComboBoxCellType.ListWidth.html#FarPoint_Win_Spread_CellType_MultiColumnComboBoxCellType_ListWidth">ListWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the width of the list.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_MultiColumnComboBoxCellType_MaxDrop" data-uid="FarPoint.Win.Spread.CellType.MultiColumnComboBoxCellType.MaxDrop">
          <a class="xref" href="FarPoint.Win.Spread.CellType.MultiColumnComboBoxCellType.MaxDrop.html#FarPoint_Win_Spread_CellType_MultiColumnComboBoxCellType_MaxDrop">MaxDrop</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the maximum number of items to display at one time in the list.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_MultiColumnComboBoxCellType_ShowColumnHeaders" data-uid="FarPoint.Win.Spread.CellType.MultiColumnComboBoxCellType.ShowColumnHeaders">
          <a class="xref" href="FarPoint.Win.Spread.CellType.MultiColumnComboBoxCellType.ShowColumnHeaders.html#FarPoint_Win_Spread_CellType_MultiColumnComboBoxCellType_ShowColumnHeaders">ShowColumnHeaders</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether column headers are displayed in the drop-down list.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_MultiColumnComboBoxCellType_ShowGridLines" data-uid="FarPoint.Win.Spread.CellType.MultiColumnComboBoxCellType.ShowGridLines">
          <a class="xref" href="FarPoint.Win.Spread.CellType.MultiColumnComboBoxCellType.ShowGridLines.html#FarPoint_Win_Spread_CellType_MultiColumnComboBoxCellType_ShowGridLines">ShowGridLines</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether grid lines are displayed in the drop-down list.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_MultiColumnComboBoxCellType_StringTrim" data-uid="FarPoint.Win.Spread.CellType.MultiColumnComboBoxCellType.StringTrim">
          <a class="xref" href="FarPoint.Win.Spread.CellType.MultiColumnComboBoxCellType.StringTrim.html#FarPoint_Win_Spread_CellType_MultiColumnComboBoxCellType_StringTrim">StringTrim</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets how to trim characters that do not fit in the cell.</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_Win_Spread_CellType_MultiColumnComboBoxCellType_CanBeOverflown" data-uid="FarPoint.Win.Spread.CellType.MultiColumnComboBoxCellType.CanBeOverflown">
          <a class="xref" href="FarPoint.Win.Spread.CellType.MultiColumnComboBoxCellType.CanBeOverflown.html#FarPoint_Win_Spread_CellType_MultiColumnComboBoxCellType_CanBeOverflown">CanBeOverflown()</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether data from another cell can overflow into this cell
(whether this cell can be overflowed into).</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_MultiColumnComboBoxCellType_CanOverflow" data-uid="FarPoint.Win.Spread.CellType.MultiColumnComboBoxCellType.CanOverflow">
          <a class="xref" href="FarPoint.Win.Spread.CellType.MultiColumnComboBoxCellType.CanOverflow.html#FarPoint_Win_Spread_CellType_MultiColumnComboBoxCellType_CanOverflow">CanOverflow()</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the cell can overflow into adjacent cells.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_MultiColumnComboBoxCellType_CancelEditing" data-uid="FarPoint.Win.Spread.CellType.MultiColumnComboBoxCellType.CancelEditing">
          <a class="xref" href="FarPoint.Win.Spread.CellType.MultiColumnComboBoxCellType.CancelEditing.html#FarPoint_Win_Spread_CellType_MultiColumnComboBoxCellType_CancelEditing">CancelEditing()</a>
        </td>
        <td class="markdown level1 summary"><p>Cancels the editing of a cell.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_MultiColumnComboBoxCellType_Clone" data-uid="FarPoint.Win.Spread.CellType.MultiColumnComboBoxCellType.Clone">
          <a class="xref" href="FarPoint.Win.Spread.CellType.MultiColumnComboBoxCellType.Clone.html#FarPoint_Win_Spread_CellType_MultiColumnComboBoxCellType_Clone">Clone()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates and returns an editable base cell.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_MultiColumnComboBoxCellType_Deserialize_System_Xml_XmlNodeReader_" data-uid="FarPoint.Win.Spread.CellType.MultiColumnComboBoxCellType.Deserialize(System.Xml.XmlNodeReader)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.MultiColumnComboBoxCellType.Deserialize.html#FarPoint_Win_Spread_CellType_MultiColumnComboBoxCellType_Deserialize_System_Xml_XmlNodeReader_">Deserialize(XmlNodeReader)</a>
        </td>
        <td class="markdown level1 summary"><p>Loads the object from XML.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_MultiColumnComboBoxCellType_Format_System_Object_" data-uid="FarPoint.Win.Spread.CellType.MultiColumnComboBoxCellType.Format(System.Object)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.MultiColumnComboBoxCellType.Format.html#FarPoint_Win_Spread_CellType_MultiColumnComboBoxCellType_Format_System_Object_">Format(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Formats the specified data into the format of the cell type and returns it as a string.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_MultiColumnComboBoxCellType_GetEditorControl_FarPoint_Win_Spread_Appearance_System_Single_" data-uid="FarPoint.Win.Spread.CellType.MultiColumnComboBoxCellType.GetEditorControl(FarPoint.Win.Spread.Appearance,System.Single)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.MultiColumnComboBoxCellType.GetEditorControl.html#FarPoint_Win_Spread_CellType_MultiColumnComboBoxCellType_GetEditorControl_FarPoint_Win_Spread_Appearance_System_Single_">GetEditorControl(Appearance, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the edit control for this cell type with the specified appearance and scaling.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_MultiColumnComboBoxCellType_GetEditorControl_System_Windows_Forms_Control_FarPoint_Win_Spread_Appearance_System_Single_" data-uid="FarPoint.Win.Spread.CellType.MultiColumnComboBoxCellType.GetEditorControl(System.Windows.Forms.Control,FarPoint.Win.Spread.Appearance,System.Single)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.MultiColumnComboBoxCellType.GetEditorControl.html#FarPoint_Win_Spread_CellType_MultiColumnComboBoxCellType_GetEditorControl_System_Windows_Forms_Control_FarPoint_Win_Spread_Appearance_System_Single_">GetEditorControl(Control, Appearance, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the edit control for this cell type with the specified appearance and scaling.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_MultiColumnComboBoxCellType_GetEditorValue" data-uid="FarPoint.Win.Spread.CellType.MultiColumnComboBoxCellType.GetEditorValue">
          <a class="xref" href="FarPoint.Win.Spread.CellType.MultiColumnComboBoxCellType.GetEditorValue.html#FarPoint_Win_Spread_CellType_MultiColumnComboBoxCellType_GetEditorValue">GetEditorValue()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the unformatted value in the editor control.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_MultiColumnComboBoxCellType_GetErrorIconBound_System_Drawing_Graphics_FarPoint_Win_Spread_Appearance_System_Drawing_Rectangle_System_Single_" data-uid="FarPoint.Win.Spread.CellType.MultiColumnComboBoxCellType.GetErrorIconBound(System.Drawing.Graphics,FarPoint.Win.Spread.Appearance,System.Drawing.Rectangle,System.Single)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.MultiColumnComboBoxCellType.GetErrorIconBound.html#FarPoint_Win_Spread_CellType_MultiColumnComboBoxCellType_GetErrorIconBound_System_Drawing_Graphics_FarPoint_Win_Spread_Appearance_System_Drawing_Rectangle_System_Single_">GetErrorIconBound(Graphics, Appearance, Rectangle, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a rectangle to draw the error icon in.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_MultiColumnComboBoxCellType_GetHorizontalAlignment_System_Object_" data-uid="FarPoint.Win.Spread.CellType.MultiColumnComboBoxCellType.GetHorizontalAlignment(System.Object)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.MultiColumnComboBoxCellType.GetHorizontalAlignment.html#FarPoint_Win_Spread_CellType_MultiColumnComboBoxCellType_GetHorizontalAlignment_System_Object_">GetHorizontalAlignment(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the horizontal alignment based on the value.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_MultiColumnComboBoxCellType_GetObjectData_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_" data-uid="FarPoint.Win.Spread.CellType.MultiColumnComboBoxCellType.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.MultiColumnComboBoxCellType.GetObjectData.html#FarPoint_Win_Spread_CellType_MultiColumnComboBoxCellType_GetObjectData_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_">GetObjectData(SerializationInfo, StreamingContext)</a>
        </td>
        <td class="markdown level1 summary"><p>Serializes the cell type.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_MultiColumnComboBoxCellType_GetPreferredSize_System_Drawing_Graphics_System_Drawing_Size_FarPoint_Win_Spread_Appearance_System_Object_System_Single_" data-uid="FarPoint.Win.Spread.CellType.MultiColumnComboBoxCellType.GetPreferredSize(System.Drawing.Graphics,System.Drawing.Size,FarPoint.Win.Spread.Appearance,System.Object,System.Single)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.MultiColumnComboBoxCellType.GetPreferredSize.html#FarPoint_Win_Spread_CellType_MultiColumnComboBoxCellType_GetPreferredSize_System_Drawing_Graphics_System_Drawing_Size_FarPoint_Win_Spread_Appearance_System_Object_System_Single_">GetPreferredSize(Graphics, Size, Appearance, object, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the preferred (maximum required) size of the cell for the renderer control.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_MultiColumnComboBoxCellType_GetPreferredSize_System_Windows_Forms_Control_" data-uid="FarPoint.Win.Spread.CellType.MultiColumnComboBoxCellType.GetPreferredSize(System.Windows.Forms.Control)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.MultiColumnComboBoxCellType.GetPreferredSize.html#FarPoint_Win_Spread_CellType_MultiColumnComboBoxCellType_GetPreferredSize_System_Windows_Forms_Control_">GetPreferredSize(Control)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the preferred (maximum required) size of the cell for the editor control.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_MultiColumnComboBoxCellType_GetReservedCursor_System_Object_" data-uid="FarPoint.Win.Spread.CellType.MultiColumnComboBoxCellType.GetReservedCursor(System.Object)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.MultiColumnComboBoxCellType.GetReservedCursor.html#FarPoint_Win_Spread_CellType_MultiColumnComboBoxCellType_GetReservedCursor_System_Object_">GetReservedCursor(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the cursor reserved for this cell type.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_MultiColumnComboBoxCellType_GetTextRectangle_System_Drawing_Graphics_System_Drawing_Rectangle_System_Drawing_Font_FarPoint_Win_Spread_Appearance_System_Drawing_Rectangle__System_String_" data-uid="FarPoint.Win.Spread.CellType.MultiColumnComboBoxCellType.GetTextRectangle(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Font,FarPoint.Win.Spread.Appearance,System.Drawing.Rectangle@,System.String)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.MultiColumnComboBoxCellType.GetTextRectangle.html#FarPoint_Win_Spread_CellType_MultiColumnComboBoxCellType_GetTextRectangle_System_Drawing_Graphics_System_Drawing_Rectangle_System_Drawing_Font_FarPoint_Win_Spread_Appearance_System_Drawing_Rectangle__System_String_">GetTextRectangle(Graphics, Rectangle, Font, Appearance, ref Rectangle, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the rectangle in which text is drawn.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_MultiColumnComboBoxCellType_GetVerticalAlignment_System_Object_" data-uid="FarPoint.Win.Spread.CellType.MultiColumnComboBoxCellType.GetVerticalAlignment(System.Object)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.MultiColumnComboBoxCellType.GetVerticalAlignment.html#FarPoint_Win_Spread_CellType_MultiColumnComboBoxCellType_GetVerticalAlignment_System_Object_">GetVerticalAlignment(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the vertical alignment based on the value.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_MultiColumnComboBoxCellType_InitializeEditorControl_System_Windows_Forms_Control_FarPoint_Win_Spread_Appearance_System_Single_" data-uid="FarPoint.Win.Spread.CellType.MultiColumnComboBoxCellType.InitializeEditorControl(System.Windows.Forms.Control,FarPoint.Win.Spread.Appearance,System.Single)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.MultiColumnComboBoxCellType.InitializeEditorControl.html#FarPoint_Win_Spread_CellType_MultiColumnComboBoxCellType_InitializeEditorControl_System_Windows_Forms_Control_FarPoint_Win_Spread_Appearance_System_Single_">InitializeEditorControl(Control, Appearance, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes the editor control.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_MultiColumnComboBoxCellType_IsCaretInTheBeginning" data-uid="FarPoint.Win.Spread.CellType.MultiColumnComboBoxCellType.IsCaretInTheBeginning">
          <a class="xref" href="FarPoint.Win.Spread.CellType.MultiColumnComboBoxCellType.IsCaretInTheBeginning.html#FarPoint_Win_Spread_CellType_MultiColumnComboBoxCellType_IsCaretInTheBeginning">IsCaretInTheBeginning()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the caret is in the beginning.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_MultiColumnComboBoxCellType_IsCaretInTheEnd" data-uid="FarPoint.Win.Spread.CellType.MultiColumnComboBoxCellType.IsCaretInTheEnd">
          <a class="xref" href="FarPoint.Win.Spread.CellType.MultiColumnComboBoxCellType.IsCaretInTheEnd.html#FarPoint_Win_Spread_CellType_MultiColumnComboBoxCellType_IsCaretInTheEnd">IsCaretInTheEnd()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the caret is at the end.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_MultiColumnComboBoxCellType_IsCaretInTheFirstLine" data-uid="FarPoint.Win.Spread.CellType.MultiColumnComboBoxCellType.IsCaretInTheFirstLine">
          <a class="xref" href="FarPoint.Win.Spread.CellType.MultiColumnComboBoxCellType.IsCaretInTheFirstLine.html#FarPoint_Win_Spread_CellType_MultiColumnComboBoxCellType_IsCaretInTheFirstLine">IsCaretInTheFirstLine()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the caret is in the first line.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_MultiColumnComboBoxCellType_IsCaretInTheLastLine" data-uid="FarPoint.Win.Spread.CellType.MultiColumnComboBoxCellType.IsCaretInTheLastLine">
          <a class="xref" href="FarPoint.Win.Spread.CellType.MultiColumnComboBoxCellType.IsCaretInTheLastLine.html#FarPoint_Win_Spread_CellType_MultiColumnComboBoxCellType_IsCaretInTheLastLine">IsCaretInTheLastLine()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the caret is in the last line.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_MultiColumnComboBoxCellType_IsReservedKey_System_Windows_Forms_KeyEventArgs_" data-uid="FarPoint.Win.Spread.CellType.MultiColumnComboBoxCellType.IsReservedKey(System.Windows.Forms.KeyEventArgs)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.MultiColumnComboBoxCellType.IsReservedKey.html#FarPoint_Win_Spread_CellType_MultiColumnComboBoxCellType_IsReservedKey_System_Windows_Forms_KeyEventArgs_">IsReservedKey(KeyEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the specified key has special meaning to the editor control.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_MultiColumnComboBoxCellType_IsReservedLocation_System_Drawing_Graphics_System_Int32_System_Int32_System_Drawing_Rectangle_FarPoint_Win_Spread_Appearance_System_Object_System_Single_" data-uid="FarPoint.Win.Spread.CellType.MultiColumnComboBoxCellType.IsReservedLocation(System.Drawing.Graphics,System.Int32,System.Int32,System.Drawing.Rectangle,FarPoint.Win.Spread.Appearance,System.Object,System.Single)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.MultiColumnComboBoxCellType.IsReservedLocation.html#FarPoint_Win_Spread_CellType_MultiColumnComboBoxCellType_IsReservedLocation_System_Drawing_Graphics_System_Int32_System_Int32_System_Drawing_Rectangle_FarPoint_Win_Spread_Appearance_System_Object_System_Single_">IsReservedLocation(Graphics, int, int, Rectangle, Appearance, object, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the specified cursor location has special meaning to the editor control.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_MultiColumnComboBoxCellType_IsReusable_System_Windows_Forms_Control_" data-uid="FarPoint.Win.Spread.CellType.MultiColumnComboBoxCellType.IsReusable(System.Windows.Forms.Control)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.MultiColumnComboBoxCellType.IsReusable.html#FarPoint_Win_Spread_CellType_MultiColumnComboBoxCellType_IsReusable_System_Windows_Forms_Control_">IsReusable(Control)</a>
        </td>
        <td class="markdown level1 summary"><p>Checks if this celltype is reusable.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_MultiColumnComboBoxCellType_IsValid_System_Object_" data-uid="FarPoint.Win.Spread.CellType.MultiColumnComboBoxCellType.IsValid(System.Object)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.MultiColumnComboBoxCellType.IsValid.html#FarPoint_Win_Spread_CellType_MultiColumnComboBoxCellType_IsValid_System_Object_">IsValid(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the specified value is valid.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_MultiColumnComboBoxCellType_PaintCell_System_Drawing_Graphics_System_Drawing_Rectangle_FarPoint_Win_Spread_Appearance_System_Object_System_Boolean_System_Boolean_System_Single_" data-uid="FarPoint.Win.Spread.CellType.MultiColumnComboBoxCellType.PaintCell(System.Drawing.Graphics,System.Drawing.Rectangle,FarPoint.Win.Spread.Appearance,System.Object,System.Boolean,System.Boolean,System.Single)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.MultiColumnComboBoxCellType.PaintCell.html#FarPoint_Win_Spread_CellType_MultiColumnComboBoxCellType_PaintCell_System_Drawing_Graphics_System_Drawing_Rectangle_FarPoint_Win_Spread_Appearance_System_Object_System_Boolean_System_Boolean_System_Single_">PaintCell(Graphics, Rectangle, Appearance, object, bool, bool, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Paints the cell when not in edit mode to the specified graphics interface with the specified appearance settings.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_MultiColumnComboBoxCellType_Parse_System_String_" data-uid="FarPoint.Win.Spread.CellType.MultiColumnComboBoxCellType.Parse(System.String)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.MultiColumnComboBoxCellType.Parse.html#FarPoint_Win_Spread_CellType_MultiColumnComboBoxCellType_Parse_System_String_">Parse(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Parses the specified string to the data type of the cell type and returns it as an object.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_MultiColumnComboBoxCellType_Serialize_System_Xml_XmlTextWriter_" data-uid="FarPoint.Win.Spread.CellType.MultiColumnComboBoxCellType.Serialize(System.Xml.XmlTextWriter)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.MultiColumnComboBoxCellType.Serialize.html#FarPoint_Win_Spread_CellType_MultiColumnComboBoxCellType_Serialize_System_Xml_XmlTextWriter_">Serialize(XmlTextWriter)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the object to XML.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_MultiColumnComboBoxCellType_SetEditorValue_System_Object_" data-uid="FarPoint.Win.Spread.CellType.MultiColumnComboBoxCellType.SetEditorValue(System.Object)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.MultiColumnComboBoxCellType.SetEditorValue.html#FarPoint_Win_Spread_CellType_MultiColumnComboBoxCellType_SetEditorValue_System_Object_">SetEditorValue(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the value of the editor control.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_MultiColumnComboBoxCellType_ShowSubEditor" data-uid="FarPoint.Win.Spread.CellType.MultiColumnComboBoxCellType.ShowSubEditor">
          <a class="xref" href="FarPoint.Win.Spread.CellType.MultiColumnComboBoxCellType.ShowSubEditor.html#FarPoint_Win_Spread_CellType_MultiColumnComboBoxCellType_ShowSubEditor">ShowSubEditor()</a>
        </td>
        <td class="markdown level1 summary"><p>Shows the subeditor control associated with the cell.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_MultiColumnComboBoxCellType_StartEditing_System_EventArgs_System_Boolean_System_Boolean_" data-uid="FarPoint.Win.Spread.CellType.MultiColumnComboBoxCellType.StartEditing(System.EventArgs,System.Boolean,System.Boolean)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.MultiColumnComboBoxCellType.StartEditing.html#FarPoint_Win_Spread_CellType_MultiColumnComboBoxCellType_StartEditing_System_EventArgs_System_Boolean_System_Boolean_">StartEditing(EventArgs, bool, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Starts the editing of a cell.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_MultiColumnComboBoxCellType_StopEditing" data-uid="FarPoint.Win.Spread.CellType.MultiColumnComboBoxCellType.StopEditing">
          <a class="xref" href="FarPoint.Win.Spread.CellType.MultiColumnComboBoxCellType.StopEditing.html#FarPoint_Win_Spread_CellType_MultiColumnComboBoxCellType_StopEditing">StopEditing()</a>
        </td>
        <td class="markdown level1 summary"><p>Stops the editing of a cell.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_MultiColumnComboBoxCellType_ToHorizontalAlignment_FarPoint_Win_Spread_CellHorizontalAlignment_" data-uid="FarPoint.Win.Spread.CellType.MultiColumnComboBoxCellType.ToHorizontalAlignment(FarPoint.Win.Spread.CellHorizontalAlignment)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.MultiColumnComboBoxCellType.ToHorizontalAlignment.html#FarPoint_Win_Spread_CellType_MultiColumnComboBoxCellType_ToHorizontalAlignment_FarPoint_Win_Spread_CellHorizontalAlignment_">ToHorizontalAlignment(CellHorizontalAlignment)</a>
        </td>
        <td class="markdown level1 summary"><p>Converts a FarPoint.Win.Spread.CellHorizontalAlignment value to the corresponding FarPoint.Win.HorizontalAlignment value.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_MultiColumnComboBoxCellType_ToVerticalAlignment_FarPoint_Win_Spread_CellVerticalAlignment_" data-uid="FarPoint.Win.Spread.CellType.MultiColumnComboBoxCellType.ToVerticalAlignment(FarPoint.Win.Spread.CellVerticalAlignment)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.MultiColumnComboBoxCellType.ToVerticalAlignment.html#FarPoint_Win_Spread_CellType_MultiColumnComboBoxCellType_ToVerticalAlignment_FarPoint_Win_Spread_CellVerticalAlignment_">ToVerticalAlignment(CellVerticalAlignment)</a>
        </td>
        <td class="markdown level1 summary"><p>Converts a FarPoint.Win.Spread.CellVerticalAlignment value to the corresponding FarPoint.Win.VerticalAlignment value.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
