# FarPoint.Win.Spread.CellType.BaseCellType

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Spread_CellType_BaseCellType" data-uid="FarPoint.Win.Spread.CellType.BaseCellType" class="text-break">BaseCellType Class
</h1>
  <div class="markdown level0 summary"><p>Represents the base class for other cell type classes.</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">BaseCellType</span></div>
      <div class="level2"><a class="xref" href="FarPoint.Win.Spread.CellType.BarCodeCellType.html">BarCodeCellType</a></div>
      <div class="level2"><a class="xref" href="FarPoint.Win.Spread.CellType.ButtonCellType.html">ButtonCellType</a></div>
      <div class="level2"><a class="xref" href="FarPoint.Win.Spread.CellType.CheckBoxCellType.html">CheckBoxCellType</a></div>
      <div class="level2"><a class="xref" href="FarPoint.Win.Spread.CellType.ColorPickerCellType.html">ColorPickerCellType</a></div>
      <div class="level2"><a class="xref" href="FarPoint.Win.Spread.CellType.ComboBoxCellType.html">ComboBoxCellType</a></div>
      <div class="level2"><a class="xref" href="FarPoint.Win.Spread.CellType.EditBaseCellType.html">EditBaseCellType</a></div>
      <div class="level2"><a class="xref" href="FarPoint.Win.Spread.CellType.FilterBarCellType.html">FilterBarCellType</a></div>
      <div class="level2"><a class="xref" href="FarPoint.Win.Spread.CellType.HyperLinkCellType.html">HyperLinkCellType</a></div>
      <div class="level2"><a class="xref" href="FarPoint.Win.Spread.CellType.ImageCellType.html">ImageCellType</a></div>
      <div class="level2"><a class="xref" href="FarPoint.Win.Spread.CellType.ListBoxCellType.html">ListBoxCellType</a></div>
      <div class="level2"><a class="xref" href="FarPoint.Win.Spread.CellType.MultiColumnComboBoxCellType.html">MultiColumnComboBoxCellType</a></div>
      <div class="level2"><a class="xref" href="FarPoint.Win.Spread.CellType.MultiOptionCellType.html">MultiOptionCellType</a></div>
      <div class="level2"><a class="xref" href="FarPoint.Win.Spread.CellType.ProgressCellType.html">ProgressCellType</a></div>
      <div class="level2"><a class="xref" href="FarPoint.Win.Spread.CellType.RichTextCellType.html">RichTextCellType</a></div>
      <div class="level2"><a class="xref" href="FarPoint.Win.Spread.CellType.SliderCellType.html">SliderCellType</a></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>
  <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_BaseCellType_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(CellTypeConverter))]
public abstract class BaseCellType : ICellType, IEditor, IFormatter, ICloneable, IPropertyAllowedSupport, INotifyEditorValueChanged, IEnhancedRenderer, IRenderer, IEnhancedPdfRenderer, IPdfSupport, IAllowArrowKeysMoveActiveCell, IErrorIconSupport, IEditorVerticaAlignSupport, ICellType, ICloneable&lt;ICellType&gt;, INumFmtSupportCellType</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(CellTypeConverter))&gt;
Public MustInherit Class BaseCellType
    Implements ICellType, IEditor, IFormatter, ICloneable, IPropertyAllowedSupport, INotifyEditorValueChanged, IEnhancedRenderer, IRenderer, IEnhancedPdfRenderer, IPdfSupport, IAllowArrowKeysMoveActiveCell, IErrorIconSupport, IEditorVerticaAlignSupport, ICellType, ICloneable(Of ICellType), INumFmtSupportCellType</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_BaseCellType__ctor" data-uid="FarPoint.Win.Spread.CellType.BaseCellType.#ctor">
          <a class="xref" href="FarPoint.Win.Spread.CellType.BaseCellType.-ctor.html#FarPoint_Win_Spread_CellType_BaseCellType__ctor">BaseCellType()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="FarPoint.Win.Spread.CellType.BaseCellType.html">BaseCellType</a> class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_BaseCellType_ExtraRendererSettings" data-uid="FarPoint.Win.Spread.CellType.BaseCellType.ExtraRendererSettings">
          <a class="xref" href="FarPoint.Win.Spread.CellType.BaseCellType.ExtraRendererSettings.html#FarPoint_Win_Spread_CellType_BaseCellType_ExtraRendererSettings">ExtraRendererSettings</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the conditional formatting settings.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_BaseCellType_SubEditor" data-uid="FarPoint.Win.Spread.CellType.BaseCellType.SubEditor">
          <a class="xref" href="FarPoint.Win.Spread.CellType.BaseCellType.SubEditor.html#FarPoint_Win_Spread_CellType_BaseCellType_SubEditor">SubEditor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the subeditor.</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_BaseCellType_CanBeOverflown" data-uid="FarPoint.Win.Spread.CellType.BaseCellType.CanBeOverflown">
          <a class="xref" href="FarPoint.Win.Spread.CellType.BaseCellType.CanBeOverflown.html#FarPoint_Win_Spread_CellType_BaseCellType_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_BaseCellType_CanOverflow" data-uid="FarPoint.Win.Spread.CellType.BaseCellType.CanOverflow">
          <a class="xref" href="FarPoint.Win.Spread.CellType.BaseCellType.CanOverflow.html#FarPoint_Win_Spread_CellType_BaseCellType_CanOverflow">CanOverflow()</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether a cell can overflow its data into an adjacent cell.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_BaseCellType_CancelEditing" data-uid="FarPoint.Win.Spread.CellType.BaseCellType.CancelEditing">
          <a class="xref" href="FarPoint.Win.Spread.CellType.BaseCellType.CancelEditing.html#FarPoint_Win_Spread_CellType_BaseCellType_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_BaseCellType_Clone" data-uid="FarPoint.Win.Spread.CellType.BaseCellType.Clone">
          <a class="xref" href="FarPoint.Win.Spread.CellType.BaseCellType.Clone.html#FarPoint_Win_Spread_CellType_BaseCellType_Clone">Clone()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates and returns a base cell.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_BaseCellType_CloneCore" data-uid="FarPoint.Win.Spread.CellType.BaseCellType.CloneCore">
          <a class="xref" href="FarPoint.Win.Spread.CellType.BaseCellType.CloneCore.html#FarPoint_Win_Spread_CellType_BaseCellType_CloneCore">CloneCore()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new object that is a copy of the current instance.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_BaseCellType_FireEditingCanceled" data-uid="FarPoint.Win.Spread.CellType.BaseCellType.FireEditingCanceled">
          <a class="xref" href="FarPoint.Win.Spread.CellType.BaseCellType.FireEditingCanceled.html#FarPoint_Win_Spread_CellType_BaseCellType_FireEditingCanceled">FireEditingCanceled()</a>
        </td>
        <td class="markdown level1 summary"><p>Fires the EditingCanceled event if there are any delegates attached.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_BaseCellType_FireEditingStopped" data-uid="FarPoint.Win.Spread.CellType.BaseCellType.FireEditingStopped">
          <a class="xref" href="FarPoint.Win.Spread.CellType.BaseCellType.FireEditingStopped.html#FarPoint_Win_Spread_CellType_BaseCellType_FireEditingStopped">FireEditingStopped()</a>
        </td>
        <td class="markdown level1 summary"><p>Fires the EditingStopped event if there are any delegates attached.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_BaseCellType_FireEditorValueChanged_System_EventArgs_" data-uid="FarPoint.Win.Spread.CellType.BaseCellType.FireEditorValueChanged(System.EventArgs)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.BaseCellType.FireEditorValueChanged.html#FarPoint_Win_Spread_CellType_BaseCellType_FireEditorValueChanged_System_EventArgs_">FireEditorValueChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Fires the EditorValueChanged event if there are any delegates attached.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_BaseCellType_Format_System_Object_" data-uid="FarPoint.Win.Spread.CellType.BaseCellType.Format(System.Object)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.BaseCellType.Format.html#FarPoint_Win_Spread_CellType_BaseCellType_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_BaseCellType_GetEditorControl_FarPoint_Win_Spread_Appearance_System_Single_" data-uid="FarPoint.Win.Spread.CellType.BaseCellType.GetEditorControl(FarPoint.Win.Spread.Appearance,System.Single)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.BaseCellType.GetEditorControl.html#FarPoint_Win_Spread_CellType_BaseCellType_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_BaseCellType_GetEditorValue" data-uid="FarPoint.Win.Spread.CellType.BaseCellType.GetEditorValue">
          <a class="xref" href="FarPoint.Win.Spread.CellType.BaseCellType.GetEditorValue.html#FarPoint_Win_Spread_CellType_BaseCellType_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_BaseCellType_GetErrorIconBound_System_Drawing_Graphics_FarPoint_Win_Spread_Appearance_System_Drawing_Rectangle_System_Single_" data-uid="FarPoint.Win.Spread.CellType.BaseCellType.GetErrorIconBound(System.Drawing.Graphics,FarPoint.Win.Spread.Appearance,System.Drawing.Rectangle,System.Single)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.BaseCellType.GetErrorIconBound.html#FarPoint_Win_Spread_CellType_BaseCellType_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_BaseCellType_GetFormatterCore_System_Globalization_CultureInfo_" data-uid="FarPoint.Win.Spread.CellType.BaseCellType.GetFormatterCore(System.Globalization.CultureInfo)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.BaseCellType.GetFormatterCore.html#FarPoint_Win_Spread_CellType_BaseCellType_GetFormatterCore_System_Globalization_CultureInfo_">GetFormatterCore(CultureInfo)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the formatter which represents the behavior of this cell type.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_BaseCellType_GetPreferredSize_System_Drawing_Graphics_System_Drawing_Size_FarPoint_Win_Spread_Appearance_System_Object_System_Single_" data-uid="FarPoint.Win.Spread.CellType.BaseCellType.GetPreferredSize(System.Drawing.Graphics,System.Drawing.Size,FarPoint.Win.Spread.Appearance,System.Object,System.Single)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.BaseCellType.GetPreferredSize.html#FarPoint_Win_Spread_CellType_BaseCellType_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_BaseCellType_GetPreferredSize_System_Windows_Forms_Control_" data-uid="FarPoint.Win.Spread.CellType.BaseCellType.GetPreferredSize(System.Windows.Forms.Control)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.BaseCellType.GetPreferredSize.html#FarPoint_Win_Spread_CellType_BaseCellType_GetPreferredSize_System_Windows_Forms_Control_">GetPreferredSize(Control)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the preferred (maximum needed) size of the cell for the editor control.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_BaseCellType_GetReservedCursor_System_Object_" data-uid="FarPoint.Win.Spread.CellType.BaseCellType.GetReservedCursor(System.Object)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.BaseCellType.GetReservedCursor.html#FarPoint_Win_Spread_CellType_BaseCellType_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_BaseCellType_GetReusableEditorControl_FarPoint_Win_Spread_CellType_IReuseEditorControl_System_Windows_Forms_Control_FarPoint_Win_Spread_Appearance_System_Single_" data-uid="FarPoint.Win.Spread.CellType.BaseCellType.GetReusableEditorControl(FarPoint.Win.Spread.CellType.IReuseEditorControl,System.Windows.Forms.Control,FarPoint.Win.Spread.Appearance,System.Single)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.BaseCellType.GetReusableEditorControl.html#FarPoint_Win_Spread_CellType_BaseCellType_GetReusableEditorControl_FarPoint_Win_Spread_CellType_IReuseEditorControl_System_Windows_Forms_Control_FarPoint_Win_Spread_Appearance_System_Single_">GetReusableEditorControl(IReuseEditorControl, Control, Appearance, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Implementation of IReuseEditorControl.GetEditorControl for use by cell types.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_BaseCellType_IsCaretInTheBeginning" data-uid="FarPoint.Win.Spread.CellType.BaseCellType.IsCaretInTheBeginning">
          <a class="xref" href="FarPoint.Win.Spread.CellType.BaseCellType.IsCaretInTheBeginning.html#FarPoint_Win_Spread_CellType_BaseCellType_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_BaseCellType_IsCaretInTheEnd" data-uid="FarPoint.Win.Spread.CellType.BaseCellType.IsCaretInTheEnd">
          <a class="xref" href="FarPoint.Win.Spread.CellType.BaseCellType.IsCaretInTheEnd.html#FarPoint_Win_Spread_CellType_BaseCellType_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_BaseCellType_IsCaretInTheFirstLine" data-uid="FarPoint.Win.Spread.CellType.BaseCellType.IsCaretInTheFirstLine">
          <a class="xref" href="FarPoint.Win.Spread.CellType.BaseCellType.IsCaretInTheFirstLine.html#FarPoint_Win_Spread_CellType_BaseCellType_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_BaseCellType_IsCaretInTheLastLine" data-uid="FarPoint.Win.Spread.CellType.BaseCellType.IsCaretInTheLastLine">
          <a class="xref" href="FarPoint.Win.Spread.CellType.BaseCellType.IsCaretInTheLastLine.html#FarPoint_Win_Spread_CellType_BaseCellType_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_BaseCellType_IsPropertySupported_System_String_" data-uid="FarPoint.Win.Spread.CellType.BaseCellType.IsPropertySupported(System.String)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.BaseCellType.IsPropertySupported.html#FarPoint_Win_Spread_CellType_BaseCellType_IsPropertySupported_System_String_">IsPropertySupported(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the cell type supports the named property.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_BaseCellType_IsReservedKey_System_Windows_Forms_KeyEventArgs_" data-uid="FarPoint.Win.Spread.CellType.BaseCellType.IsReservedKey(System.Windows.Forms.KeyEventArgs)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.BaseCellType.IsReservedKey.html#FarPoint_Win_Spread_CellType_BaseCellType_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_BaseCellType_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.BaseCellType.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.BaseCellType.IsReservedLocation.html#FarPoint_Win_Spread_CellType_BaseCellType_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_BaseCellType_IsValid_System_Object_" data-uid="FarPoint.Win.Spread.CellType.BaseCellType.IsValid(System.Object)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.BaseCellType.IsValid.html#FarPoint_Win_Spread_CellType_BaseCellType_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_BaseCellType_PaintCell_FarPoint_PDF_PdfGraphics_System_Drawing_RectangleF_FarPoint_Win_Spread_Appearance_System_Object_System_Boolean_System_Boolean_System_Single_" data-uid="FarPoint.Win.Spread.CellType.BaseCellType.PaintCell(FarPoint.PDF.PdfGraphics,System.Drawing.RectangleF,FarPoint.Win.Spread.Appearance,System.Object,System.Boolean,System.Boolean,System.Single)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.BaseCellType.PaintCell.html#FarPoint_Win_Spread_CellType_BaseCellType_PaintCell_FarPoint_PDF_PdfGraphics_System_Drawing_RectangleF_FarPoint_Win_Spread_Appearance_System_Object_System_Boolean_System_Boolean_System_Single_">PaintCell(PdfGraphics, RectangleF, Appearance, object, bool, bool, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Paints (prints) the cell to PDF 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_BaseCellType_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.BaseCellType.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.BaseCellType.PaintCell.html#FarPoint_Win_Spread_CellType_BaseCellType_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_BaseCellType_PaintEnhancedConditionalFormat_System_Drawing_Graphics_System_Drawing_Rectangle_FarPoint_Win_Spread_Appearance_System_Object_System_Boolean_System_Boolean_System_Single_System_Drawing_RectangleF__" data-uid="FarPoint.Win.Spread.CellType.BaseCellType.PaintEnhancedConditionalFormat(System.Drawing.Graphics,System.Drawing.Rectangle,FarPoint.Win.Spread.Appearance,System.Object,System.Boolean,System.Boolean,System.Single,System.Drawing.RectangleF@)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.BaseCellType.PaintEnhancedConditionalFormat.html#FarPoint_Win_Spread_CellType_BaseCellType_PaintEnhancedConditionalFormat_System_Drawing_Graphics_System_Drawing_Rectangle_FarPoint_Win_Spread_Appearance_System_Object_System_Boolean_System_Boolean_System_Single_System_Drawing_RectangleF__">PaintEnhancedConditionalFormat(Graphics, Rectangle, Appearance, object, bool, bool, float, ref RectangleF)</a>
        </td>
        <td class="markdown level1 summary"><p>Paints the enhanced conditional format.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_BaseCellType_Parse_System_String_" data-uid="FarPoint.Win.Spread.CellType.BaseCellType.Parse(System.String)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.BaseCellType.Parse.html#FarPoint_Win_Spread_CellType_BaseCellType_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_BaseCellType_ParseCore_System_String_" data-uid="FarPoint.Win.Spread.CellType.BaseCellType.ParseCore(System.String)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.BaseCellType.ParseCore.html#FarPoint_Win_Spread_CellType_BaseCellType_ParseCore_System_String_">ParseCore(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_BaseCellType_SetEditorValue_System_Object_" data-uid="FarPoint.Win.Spread.CellType.BaseCellType.SetEditorValue(System.Object)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.BaseCellType.SetEditorValue.html#FarPoint_Win_Spread_CellType_BaseCellType_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_BaseCellType_ShowSubEditor" data-uid="FarPoint.Win.Spread.CellType.BaseCellType.ShowSubEditor">
          <a class="xref" href="FarPoint.Win.Spread.CellType.BaseCellType.ShowSubEditor.html#FarPoint_Win_Spread_CellType_BaseCellType_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_BaseCellType_StartEditing_System_EventArgs_System_Boolean_System_Boolean_" data-uid="FarPoint.Win.Spread.CellType.BaseCellType.StartEditing(System.EventArgs,System.Boolean,System.Boolean)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.BaseCellType.StartEditing.html#FarPoint_Win_Spread_CellType_BaseCellType_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_BaseCellType_StopEditing" data-uid="FarPoint.Win.Spread.CellType.BaseCellType.StopEditing">
          <a class="xref" href="FarPoint.Win.Spread.CellType.BaseCellType.StopEditing.html#FarPoint_Win_Spread_CellType_BaseCellType_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_BaseCellType_ToNumberFormatCore" data-uid="FarPoint.Win.Spread.CellType.BaseCellType.ToNumberFormatCore">
          <a class="xref" href="FarPoint.Win.Spread.CellType.BaseCellType.ToNumberFormatCore.html#FarPoint_Win_Spread_CellType_BaseCellType_ToNumberFormatCore">ToNumberFormatCore()</a>
        </td>
        <td class="markdown level1 summary"><p>Converts this cell type to the corresponding <a class="xref" href="../GrapeCity.Spreadsheet/GrapeCity.Spreadsheet.NumberFormat.html">NumberFormat</a> value.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_BaseCellType_ToString" data-uid="FarPoint.Win.Spread.CellType.BaseCellType.ToString">
          <a class="xref" href="FarPoint.Win.Spread.CellType.BaseCellType.ToString.html#FarPoint_Win_Spread_CellType_BaseCellType_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"><p>Converts the name of the cell type to a string.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="events">Events
</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_BaseCellType_EditingCanceled" data-uid="FarPoint.Win.Spread.CellType.BaseCellType.EditingCanceled">
          <a class="xref" href="FarPoint.Win.Spread.CellType.BaseCellType.EditingCanceled.html">EditingCanceled</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when editing (the editor control) has been canceled by the user.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_BaseCellType_EditingStopped" data-uid="FarPoint.Win.Spread.CellType.BaseCellType.EditingStopped">
          <a class="xref" href="FarPoint.Win.Spread.CellType.BaseCellType.EditingStopped.html">EditingStopped</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when editing in the the editor control has been stopped by the user.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_BaseCellType_EditorValueChanged" data-uid="FarPoint.Win.Spread.CellType.BaseCellType.EditorValueChanged">
          <a class="xref" href="FarPoint.Win.Spread.CellType.BaseCellType.EditorValueChanged.html">EditorValueChanged</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the value in the editor control has been changed by the user.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
