# FarPoint.Win.Spread.CellType.ListBoxCellType

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Spread_CellType_ListBoxCellType" data-uid="FarPoint.Win.Spread.CellType.ListBoxCellType" class="text-break">ListBoxCellType Class
</h1>
  <div class="markdown level0 summary"><p>Represents a list 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">ListBoxCellType</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.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="https://learn.microsoft.com/dotnet/api/system.runtime.serialization.ideserializationcallback">IDeserializationCallback</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><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.ICellRenderer.html">ICellRenderer</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_ListBoxCellType_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ListBoxCellType : BaseCellType, ICellType, IEditor, IFormatter, ICloneable, IPropertyAllowedSupport, INotifyEditorValueChanged, IEnhancedRenderer, IRenderer, IEnhancedPdfRenderer, IPdfSupport, IAllowArrowKeysMoveActiveCell, IErrorIconSupport, IEditorVerticaAlignSupport, INumFmtSupportCellType, ISerializeSupport, ISerializable, IDeserializationCallback, IReuseEditorControl2, IReuseEditorControl, ICellType, ICloneable&lt;ICellType&gt;, ICellRenderer</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ListBoxCellType
    Inherits BaseCellType
    Implements ICellType, IEditor, IFormatter, ICloneable, IPropertyAllowedSupport, INotifyEditorValueChanged, IEnhancedRenderer, IRenderer, IEnhancedPdfRenderer, IPdfSupport, IAllowArrowKeysMoveActiveCell, IErrorIconSupport, IEditorVerticaAlignSupport, INumFmtSupportCellType, ISerializeSupport, ISerializable, IDeserializationCallback, IReuseEditorControl2, IReuseEditorControl, ICellType, ICloneable(Of ICellType), ICellRenderer</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_ListBoxCellType__ctor" data-uid="FarPoint.Win.Spread.CellType.ListBoxCellType.#ctor">
          <a class="xref" href="FarPoint.Win.Spread.CellType.ListBoxCellType.-ctor.html#FarPoint_Win_Spread_CellType_ListBoxCellType__ctor">ListBoxCellType()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new list box cell with default settings.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_ListBoxCellType__ctor_FarPoint_Win_Spread_CellType_ListBoxCellType_" data-uid="FarPoint.Win.Spread.CellType.ListBoxCellType.#ctor(FarPoint.Win.Spread.CellType.ListBoxCellType)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.ListBoxCellType.-ctor.html#FarPoint_Win_Spread_CellType_ListBoxCellType__ctor_FarPoint_Win_Spread_CellType_ListBoxCellType_">ListBoxCellType(ListBoxCellType)</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_ListBoxCellType__ctor_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_" data-uid="FarPoint.Win.Spread.CellType.ListBoxCellType.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.ListBoxCellType.-ctor.html#FarPoint_Win_Spread_CellType_ListBoxCellType__ctor_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_">ListBoxCellType(SerializationInfo, StreamingContext)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new list 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_ListBoxCellType_EditorValue" data-uid="FarPoint.Win.Spread.CellType.ListBoxCellType.EditorValue">
          <a class="xref" href="FarPoint.Win.Spread.CellType.ListBoxCellType.EditorValue.html#FarPoint_Win_Spread_CellType_ListBoxCellType_EditorValue">EditorValue</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets what value is written to the underlying data model.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_ListBoxCellType_ImageList" data-uid="FarPoint.Win.Spread.CellType.ListBoxCellType.ImageList">
          <a class="xref" href="FarPoint.Win.Spread.CellType.ListBoxCellType.ImageList.html#FarPoint_Win_Spread_CellType_ListBoxCellType_ImageList">ImageList</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the list of images for the list box.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_ListBoxCellType_ItemData" data-uid="FarPoint.Win.Spread.CellType.ListBoxCellType.ItemData">
          <a class="xref" href="FarPoint.Win.Spread.CellType.ListBoxCellType.ItemData.html#FarPoint_Win_Spread_CellType_ListBoxCellType_ItemData">ItemData</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the corresponding data for the items in the list box.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_ListBoxCellType_ItemHeight" data-uid="FarPoint.Win.Spread.CellType.ListBoxCellType.ItemHeight">
          <a class="xref" href="FarPoint.Win.Spread.CellType.ListBoxCellType.ItemHeight.html#FarPoint_Win_Spread_CellType_ListBoxCellType_ItemHeight">ItemHeight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the height of each item in the list.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_ListBoxCellType_Items" data-uid="FarPoint.Win.Spread.CellType.ListBoxCellType.Items">
          <a class="xref" href="FarPoint.Win.Spread.CellType.ListBoxCellType.Items.html#FarPoint_Win_Spread_CellType_ListBoxCellType_Items">Items</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the list of items for the list box.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_ListBoxCellType_SelectionMode" data-uid="FarPoint.Win.Spread.CellType.ListBoxCellType.SelectionMode">
          <a class="xref" href="FarPoint.Win.Spread.CellType.ListBoxCellType.SelectionMode.html#FarPoint_Win_Spread_CellType_ListBoxCellType_SelectionMode">SelectionMode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the selection mode for the list.</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_ListBoxCellType_CancelEditing" data-uid="FarPoint.Win.Spread.CellType.ListBoxCellType.CancelEditing">
          <a class="xref" href="FarPoint.Win.Spread.CellType.ListBoxCellType.CancelEditing.html#FarPoint_Win_Spread_CellType_ListBoxCellType_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_ListBoxCellType_Clone" data-uid="FarPoint.Win.Spread.CellType.ListBoxCellType.Clone">
          <a class="xref" href="FarPoint.Win.Spread.CellType.ListBoxCellType.Clone.html#FarPoint_Win_Spread_CellType_ListBoxCellType_Clone">Clone()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates and returns a list box cell.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_ListBoxCellType_Deserialize_System_Xml_XmlNodeReader_" data-uid="FarPoint.Win.Spread.CellType.ListBoxCellType.Deserialize(System.Xml.XmlNodeReader)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.ListBoxCellType.Deserialize.html#FarPoint_Win_Spread_CellType_ListBoxCellType_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_ListBoxCellType_DoPaint_System_Drawing_Graphics_System_Drawing_Rectangle_System_Drawing_Color_System_Drawing_Color_System_Drawing_Font_FarPoint_Win_HorizontalAlignment_FarPoint_Win_VerticalAlignment_System_Collections_ArrayList_System_Array_System_Boolean_System_Windows_Forms_ImageList_System_Int32_System_Boolean_System_Windows_Forms_SelectionMode_" data-uid="FarPoint.Win.Spread.CellType.ListBoxCellType.DoPaint(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,System.Drawing.Font,FarPoint.Win.HorizontalAlignment,FarPoint.Win.VerticalAlignment,System.Collections.ArrayList,System.Array,System.Boolean,System.Windows.Forms.ImageList,System.Int32,System.Boolean,System.Windows.Forms.SelectionMode)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.ListBoxCellType.DoPaint.html#FarPoint_Win_Spread_CellType_ListBoxCellType_DoPaint_System_Drawing_Graphics_System_Drawing_Rectangle_System_Drawing_Color_System_Drawing_Color_System_Drawing_Font_FarPoint_Win_HorizontalAlignment_FarPoint_Win_VerticalAlignment_System_Collections_ArrayList_System_Array_System_Boolean_System_Windows_Forms_ImageList_System_Int32_System_Boolean_System_Windows_Forms_SelectionMode_">DoPaint(Graphics, Rectangle, Color, Color, Font, HorizontalAlignment, VerticalAlignment, ArrayList, Array, bool, ImageList, int, bool, SelectionMode)</a>
        </td>
        <td class="markdown level1 summary"><p>Paints the list box cell.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_ListBoxCellType_DoPaint_System_Drawing_Graphics_System_Drawing_Rectangle_System_Drawing_Color_System_Drawing_Color_System_Drawing_Font_FarPoint_Win_HorizontalAlignment_FarPoint_Win_VerticalAlignment_System_Collections_ArrayList_System_Int32_System_Boolean_System_Windows_Forms_ImageList_System_Int32_System_Boolean_" data-uid="FarPoint.Win.Spread.CellType.ListBoxCellType.DoPaint(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,System.Drawing.Font,FarPoint.Win.HorizontalAlignment,FarPoint.Win.VerticalAlignment,System.Collections.ArrayList,System.Int32,System.Boolean,System.Windows.Forms.ImageList,System.Int32,System.Boolean)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.ListBoxCellType.DoPaint.html#FarPoint_Win_Spread_CellType_ListBoxCellType_DoPaint_System_Drawing_Graphics_System_Drawing_Rectangle_System_Drawing_Color_System_Drawing_Color_System_Drawing_Font_FarPoint_Win_HorizontalAlignment_FarPoint_Win_VerticalAlignment_System_Collections_ArrayList_System_Int32_System_Boolean_System_Windows_Forms_ImageList_System_Int32_System_Boolean_">DoPaint(Graphics, Rectangle, Color, Color, Font, HorizontalAlignment, VerticalAlignment, ArrayList, int, bool, ImageList, int, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Paints the list box cell.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_ListBoxCellType_DoPaint_System_Drawing_Graphics_System_Drawing_Rectangle_System_Drawing_Color_System_Drawing_Color_System_Drawing_Font_FarPoint_Win_HorizontalAlignment_FarPoint_Win_VerticalAlignment_System_Collections_ArrayList_System_Int32_System_Boolean_System_Windows_Forms_ImageList_System_Int32_System_Boolean_System_Windows_Forms_SelectionMode_" data-uid="FarPoint.Win.Spread.CellType.ListBoxCellType.DoPaint(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,System.Drawing.Font,FarPoint.Win.HorizontalAlignment,FarPoint.Win.VerticalAlignment,System.Collections.ArrayList,System.Int32,System.Boolean,System.Windows.Forms.ImageList,System.Int32,System.Boolean,System.Windows.Forms.SelectionMode)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.ListBoxCellType.DoPaint.html#FarPoint_Win_Spread_CellType_ListBoxCellType_DoPaint_System_Drawing_Graphics_System_Drawing_Rectangle_System_Drawing_Color_System_Drawing_Color_System_Drawing_Font_FarPoint_Win_HorizontalAlignment_FarPoint_Win_VerticalAlignment_System_Collections_ArrayList_System_Int32_System_Boolean_System_Windows_Forms_ImageList_System_Int32_System_Boolean_System_Windows_Forms_SelectionMode_">DoPaint(Graphics, Rectangle, Color, Color, Font, HorizontalAlignment, VerticalAlignment, ArrayList, int, bool, ImageList, int, bool, SelectionMode)</a>
        </td>
        <td class="markdown level1 summary"><p>Paints the list box cell.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_ListBoxCellType_Format_System_Object_" data-uid="FarPoint.Win.Spread.CellType.ListBoxCellType.Format(System.Object)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.ListBoxCellType.Format.html#FarPoint_Win_Spread_CellType_ListBoxCellType_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_ListBoxCellType_GetEditorControl_FarPoint_Win_Spread_Appearance_System_Single_" data-uid="FarPoint.Win.Spread.CellType.ListBoxCellType.GetEditorControl(FarPoint.Win.Spread.Appearance,System.Single)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.ListBoxCellType.GetEditorControl.html#FarPoint_Win_Spread_CellType_ListBoxCellType_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_ListBoxCellType_GetEditorControl_System_Windows_Forms_Control_FarPoint_Win_Spread_Appearance_System_Single_" data-uid="FarPoint.Win.Spread.CellType.ListBoxCellType.GetEditorControl(System.Windows.Forms.Control,FarPoint.Win.Spread.Appearance,System.Single)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.ListBoxCellType.GetEditorControl.html#FarPoint_Win_Spread_CellType_ListBoxCellType_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_ListBoxCellType_GetEditorValue" data-uid="FarPoint.Win.Spread.CellType.ListBoxCellType.GetEditorValue">
          <a class="xref" href="FarPoint.Win.Spread.CellType.ListBoxCellType.GetEditorValue.html#FarPoint_Win_Spread_CellType_ListBoxCellType_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_ListBoxCellType_GetObjectData_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_" data-uid="FarPoint.Win.Spread.CellType.ListBoxCellType.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.ListBoxCellType.GetObjectData.html#FarPoint_Win_Spread_CellType_ListBoxCellType_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_ListBoxCellType_GetPreferredSize_System_Drawing_Graphics_System_Drawing_Size_FarPoint_Win_Spread_Appearance_System_Object_System_Single_" data-uid="FarPoint.Win.Spread.CellType.ListBoxCellType.GetPreferredSize(System.Drawing.Graphics,System.Drawing.Size,FarPoint.Win.Spread.Appearance,System.Object,System.Single)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.ListBoxCellType.GetPreferredSize.html#FarPoint_Win_Spread_CellType_ListBoxCellType_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_ListBoxCellType_GetReservedCursor_System_Object_" data-uid="FarPoint.Win.Spread.CellType.ListBoxCellType.GetReservedCursor(System.Object)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.ListBoxCellType.GetReservedCursor.html#FarPoint_Win_Spread_CellType_ListBoxCellType_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_ListBoxCellType_InitializeEditorControl_System_Windows_Forms_Control_FarPoint_Win_Spread_Appearance_System_Single_" data-uid="FarPoint.Win.Spread.CellType.ListBoxCellType.InitializeEditorControl(System.Windows.Forms.Control,FarPoint.Win.Spread.Appearance,System.Single)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.ListBoxCellType.InitializeEditorControl.html#FarPoint_Win_Spread_CellType_ListBoxCellType_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_ListBoxCellType_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.ListBoxCellType.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.ListBoxCellType.IsReservedLocation.html#FarPoint_Win_Spread_CellType_ListBoxCellType_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_ListBoxCellType_IsReusable_System_Windows_Forms_Control_" data-uid="FarPoint.Win.Spread.CellType.ListBoxCellType.IsReusable(System.Windows.Forms.Control)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.ListBoxCellType.IsReusable.html#FarPoint_Win_Spread_CellType_ListBoxCellType_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_ListBoxCellType_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.ListBoxCellType.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.ListBoxCellType.PaintCell.html#FarPoint_Win_Spread_CellType_ListBoxCellType_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 list box 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_ListBoxCellType_Parse_System_String_" data-uid="FarPoint.Win.Spread.CellType.ListBoxCellType.Parse(System.String)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.ListBoxCellType.Parse.html#FarPoint_Win_Spread_CellType_ListBoxCellType_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_ListBoxCellType_Serialize_System_Xml_XmlTextWriter_" data-uid="FarPoint.Win.Spread.CellType.ListBoxCellType.Serialize(System.Xml.XmlTextWriter)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.ListBoxCellType.Serialize.html#FarPoint_Win_Spread_CellType_ListBoxCellType_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_ListBoxCellType_SetEditorValue_System_Object_" data-uid="FarPoint.Win.Spread.CellType.ListBoxCellType.SetEditorValue(System.Object)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.ListBoxCellType.SetEditorValue.html#FarPoint_Win_Spread_CellType_ListBoxCellType_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_ListBoxCellType_StartEditing_System_EventArgs_System_Boolean_System_Boolean_" data-uid="FarPoint.Win.Spread.CellType.ListBoxCellType.StartEditing(System.EventArgs,System.Boolean,System.Boolean)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.ListBoxCellType.StartEditing.html#FarPoint_Win_Spread_CellType_ListBoxCellType_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_ListBoxCellType_StopEditing" data-uid="FarPoint.Win.Spread.CellType.ListBoxCellType.StopEditing">
          <a class="xref" href="FarPoint.Win.Spread.CellType.ListBoxCellType.StopEditing.html#FarPoint_Win_Spread_CellType_ListBoxCellType_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_ListBoxCellType_ToHorizontalAlignment_FarPoint_Win_Spread_CellHorizontalAlignment_" data-uid="FarPoint.Win.Spread.CellType.ListBoxCellType.ToHorizontalAlignment(FarPoint.Win.Spread.CellHorizontalAlignment)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.ListBoxCellType.ToHorizontalAlignment.html#FarPoint_Win_Spread_CellType_ListBoxCellType_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_ListBoxCellType_ToVerticalAlignment_FarPoint_Win_Spread_CellVerticalAlignment_" data-uid="FarPoint.Win.Spread.CellType.ListBoxCellType.ToVerticalAlignment(FarPoint.Win.Spread.CellVerticalAlignment)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.ListBoxCellType.ToVerticalAlignment.html#FarPoint_Win_Spread_CellType_ListBoxCellType_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>
