# FarPoint.Win.Spread.CellType.ProgressCellType

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Spread_CellType_ProgressCellType" data-uid="FarPoint.Win.Spread.CellType.ProgressCellType" class="text-break">ProgressCellType Class
</h1>
  <div class="markdown level0 summary"><p>Represents a progress indicator 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">ProgressCellType</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="../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_ProgressCellType_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ProgressCellType : BaseCellType, ICellType, IEditor, IFormatter, ICloneable, IPropertyAllowedSupport, INotifyEditorValueChanged, IEnhancedRenderer, IRenderer, IEnhancedPdfRenderer, IPdfSupport, IAllowArrowKeysMoveActiveCell, IErrorIconSupport, IEditorVerticaAlignSupport, INumFmtSupportCellType, ISerializeSupport, ISerializable, ICellType, ICloneable&lt;ICellType&gt;, ICellRenderer</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ProgressCellType
    Inherits BaseCellType
    Implements ICellType, IEditor, IFormatter, ICloneable, IPropertyAllowedSupport, INotifyEditorValueChanged, IEnhancedRenderer, IRenderer, IEnhancedPdfRenderer, IPdfSupport, IAllowArrowKeysMoveActiveCell, IErrorIconSupport, IEditorVerticaAlignSupport, INumFmtSupportCellType, ISerializeSupport, ISerializable, 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_ProgressCellType__ctor" data-uid="FarPoint.Win.Spread.CellType.ProgressCellType.#ctor">
          <a class="xref" href="FarPoint.Win.Spread.CellType.ProgressCellType.-ctor.html#FarPoint_Win_Spread_CellType_ProgressCellType__ctor">ProgressCellType()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new progress indicator cell with default settings.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_ProgressCellType__ctor_FarPoint_Win_Spread_CellType_ProgressCellType_" data-uid="FarPoint.Win.Spread.CellType.ProgressCellType.#ctor(FarPoint.Win.Spread.CellType.ProgressCellType)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.ProgressCellType.-ctor.html#FarPoint_Win_Spread_CellType_ProgressCellType__ctor_FarPoint_Win_Spread_CellType_ProgressCellType_">ProgressCellType(ProgressCellType)</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_ProgressCellType__ctor_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_" data-uid="FarPoint.Win.Spread.CellType.ProgressCellType.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.ProgressCellType.-ctor.html#FarPoint_Win_Spread_CellType_ProgressCellType__ctor_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_">ProgressCellType(SerializationInfo, StreamingContext)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new progress indicator 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_ProgressCellType_BackgroundImage" data-uid="FarPoint.Win.Spread.CellType.ProgressCellType.BackgroundImage">
          <a class="xref" href="FarPoint.Win.Spread.CellType.ProgressCellType.BackgroundImage.html#FarPoint_Win_Spread_CellType_ProgressCellType_BackgroundImage">BackgroundImage</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the background image for the progress indicator cell.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_ProgressCellType_FillColor" data-uid="FarPoint.Win.Spread.CellType.ProgressCellType.FillColor">
          <a class="xref" href="FarPoint.Win.Spread.CellType.ProgressCellType.FillColor.html#FarPoint_Win_Spread_CellType_ProgressCellType_FillColor">FillColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the color for the filled part of the progress indicator.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_ProgressCellType_FillColor2" data-uid="FarPoint.Win.Spread.CellType.ProgressCellType.FillColor2">
          <a class="xref" href="FarPoint.Win.Spread.CellType.ProgressCellType.FillColor2.html#FarPoint_Win_Spread_CellType_ProgressCellType_FillColor2">FillColor2</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the second fill color to display for the progress indicator
when indicator style is set to display a gradient.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_ProgressCellType_FillTextColor" data-uid="FarPoint.Win.Spread.CellType.ProgressCellType.FillTextColor">
          <a class="xref" href="FarPoint.Win.Spread.CellType.ProgressCellType.FillTextColor.html#FarPoint_Win_Spread_CellType_ProgressCellType_FillTextColor">FillTextColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the color for the text in the progress indicator.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_ProgressCellType_GradientMode" data-uid="FarPoint.Win.Spread.CellType.ProgressCellType.GradientMode">
          <a class="xref" href="FarPoint.Win.Spread.CellType.ProgressCellType.GradientMode.html#FarPoint_Win_Spread_CellType_ProgressCellType_GradientMode">GradientMode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the gradient style to display for the progress indicator
when indicator style is set to display a gradient.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_ProgressCellType_Maximum" data-uid="FarPoint.Win.Spread.CellType.ProgressCellType.Maximum">
          <a class="xref" href="FarPoint.Win.Spread.CellType.ProgressCellType.Maximum.html#FarPoint_Win_Spread_CellType_ProgressCellType_Maximum">Maximum</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the maximum value for user entry in the progress indicator.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_ProgressCellType_Minimum" data-uid="FarPoint.Win.Spread.CellType.ProgressCellType.Minimum">
          <a class="xref" href="FarPoint.Win.Spread.CellType.ProgressCellType.Minimum.html#FarPoint_Win_Spread_CellType_ProgressCellType_Minimum">Minimum</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the minimum value for user entry in the progress indicator.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_ProgressCellType_Orientation" data-uid="FarPoint.Win.Spread.CellType.ProgressCellType.Orientation">
          <a class="xref" href="FarPoint.Win.Spread.CellType.ProgressCellType.Orientation.html#FarPoint_Win_Spread_CellType_ProgressCellType_Orientation">Orientation</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the orientation of the progress indicator.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_ProgressCellType_Picture" data-uid="FarPoint.Win.Spread.CellType.ProgressCellType.Picture">
          <a class="xref" href="FarPoint.Win.Spread.CellType.ProgressCellType.Picture.html#FarPoint_Win_Spread_CellType_ProgressCellType_Picture">Picture</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the image to display for the progress indicator
when indicator style is set to display a picture.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_ProgressCellType_ShowText" data-uid="FarPoint.Win.Spread.CellType.ProgressCellType.ShowText">
          <a class="xref" href="FarPoint.Win.Spread.CellType.ProgressCellType.ShowText.html#FarPoint_Win_Spread_CellType_ProgressCellType_ShowText">ShowText</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the percent filled string is displayed in the progress indicator.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_ProgressCellType_Style" data-uid="FarPoint.Win.Spread.CellType.ProgressCellType.Style">
          <a class="xref" href="FarPoint.Win.Spread.CellType.ProgressCellType.Style.html#FarPoint_Win_Spread_CellType_ProgressCellType_Style">Style</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the display type of the progress indicator.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_ProgressCellType_Text" data-uid="FarPoint.Win.Spread.CellType.ProgressCellType.Text">
          <a class="xref" href="FarPoint.Win.Spread.CellType.ProgressCellType.Text.html#FarPoint_Win_Spread_CellType_ProgressCellType_Text">Text</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text string to use in the progress indicator
when the text style is set to display custom text.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_ProgressCellType_TextStyle" data-uid="FarPoint.Win.Spread.CellType.ProgressCellType.TextStyle">
          <a class="xref" href="FarPoint.Win.Spread.CellType.ProgressCellType.TextStyle.html#FarPoint_Win_Spread_CellType_ProgressCellType_TextStyle">TextStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets how the text portion of the progress indicator is displayed.</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_ProgressCellType_CancelEditing" data-uid="FarPoint.Win.Spread.CellType.ProgressCellType.CancelEditing">
          <a class="xref" href="FarPoint.Win.Spread.CellType.ProgressCellType.CancelEditing.html#FarPoint_Win_Spread_CellType_ProgressCellType_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_ProgressCellType_Clone" data-uid="FarPoint.Win.Spread.CellType.ProgressCellType.Clone">
          <a class="xref" href="FarPoint.Win.Spread.CellType.ProgressCellType.Clone.html#FarPoint_Win_Spread_CellType_ProgressCellType_Clone">Clone()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates and returns a progress indicator cell.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_ProgressCellType_Deserialize_System_Xml_XmlNodeReader_" data-uid="FarPoint.Win.Spread.CellType.ProgressCellType.Deserialize(System.Xml.XmlNodeReader)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.ProgressCellType.Deserialize.html#FarPoint_Win_Spread_CellType_ProgressCellType_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_ProgressCellType_Format_System_Object_" data-uid="FarPoint.Win.Spread.CellType.ProgressCellType.Format(System.Object)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.ProgressCellType.Format.html#FarPoint_Win_Spread_CellType_ProgressCellType_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_ProgressCellType_GetEditorControl_FarPoint_Win_Spread_Appearance_System_Single_" data-uid="FarPoint.Win.Spread.CellType.ProgressCellType.GetEditorControl(FarPoint.Win.Spread.Appearance,System.Single)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.ProgressCellType.GetEditorControl.html#FarPoint_Win_Spread_CellType_ProgressCellType_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_ProgressCellType_GetEditorValue" data-uid="FarPoint.Win.Spread.CellType.ProgressCellType.GetEditorValue">
          <a class="xref" href="FarPoint.Win.Spread.CellType.ProgressCellType.GetEditorValue.html#FarPoint_Win_Spread_CellType_ProgressCellType_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_ProgressCellType_GetObjectData_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_" data-uid="FarPoint.Win.Spread.CellType.ProgressCellType.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.ProgressCellType.GetObjectData.html#FarPoint_Win_Spread_CellType_ProgressCellType_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_ProgressCellType_GetPreferredSize_System_Drawing_Graphics_System_Drawing_Size_FarPoint_Win_Spread_Appearance_System_Object_System_Single_" data-uid="FarPoint.Win.Spread.CellType.ProgressCellType.GetPreferredSize(System.Drawing.Graphics,System.Drawing.Size,FarPoint.Win.Spread.Appearance,System.Object,System.Single)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.ProgressCellType.GetPreferredSize.html#FarPoint_Win_Spread_CellType_ProgressCellType_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_ProgressCellType_GetReservedCursor_System_Object_" data-uid="FarPoint.Win.Spread.CellType.ProgressCellType.GetReservedCursor(System.Object)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.ProgressCellType.GetReservedCursor.html#FarPoint_Win_Spread_CellType_ProgressCellType_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_ProgressCellType_IsReservedKey_System_Windows_Forms_KeyEventArgs_" data-uid="FarPoint.Win.Spread.CellType.ProgressCellType.IsReservedKey(System.Windows.Forms.KeyEventArgs)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.ProgressCellType.IsReservedKey.html#FarPoint_Win_Spread_CellType_ProgressCellType_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_ProgressCellType_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.ProgressCellType.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.ProgressCellType.IsReservedLocation.html#FarPoint_Win_Spread_CellType_ProgressCellType_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_ProgressCellType_IsValid_System_Object_" data-uid="FarPoint.Win.Spread.CellType.ProgressCellType.IsValid(System.Object)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.ProgressCellType.IsValid.html#FarPoint_Win_Spread_CellType_ProgressCellType_IsValid_System_Object_">IsValid(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the specified value can be converted to an integer value and
is between the minimum and maximum allowed values.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_CellType_ProgressCellType_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.ProgressCellType.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.ProgressCellType.PaintCell.html#FarPoint_Win_Spread_CellType_ProgressCellType_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_ProgressCellType_Parse_System_String_" data-uid="FarPoint.Win.Spread.CellType.ProgressCellType.Parse(System.String)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.ProgressCellType.Parse.html#FarPoint_Win_Spread_CellType_ProgressCellType_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_ProgressCellType_Serialize_System_Xml_XmlTextWriter_" data-uid="FarPoint.Win.Spread.CellType.ProgressCellType.Serialize(System.Xml.XmlTextWriter)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.ProgressCellType.Serialize.html#FarPoint_Win_Spread_CellType_ProgressCellType_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_ProgressCellType_SetEditorValue_System_Object_" data-uid="FarPoint.Win.Spread.CellType.ProgressCellType.SetEditorValue(System.Object)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.ProgressCellType.SetEditorValue.html#FarPoint_Win_Spread_CellType_ProgressCellType_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_ProgressCellType_StartEditing_System_EventArgs_System_Boolean_System_Boolean_" data-uid="FarPoint.Win.Spread.CellType.ProgressCellType.StartEditing(System.EventArgs,System.Boolean,System.Boolean)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.ProgressCellType.StartEditing.html#FarPoint_Win_Spread_CellType_ProgressCellType_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_ProgressCellType_StopEditing" data-uid="FarPoint.Win.Spread.CellType.ProgressCellType.StopEditing">
          <a class="xref" href="FarPoint.Win.Spread.CellType.ProgressCellType.StopEditing.html#FarPoint_Win_Spread_CellType_ProgressCellType_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_ProgressCellType_ToHorizontalAlignment_FarPoint_Win_Spread_CellHorizontalAlignment_" data-uid="FarPoint.Win.Spread.CellType.ProgressCellType.ToHorizontalAlignment(FarPoint.Win.Spread.CellHorizontalAlignment)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.ProgressCellType.ToHorizontalAlignment.html#FarPoint_Win_Spread_CellType_ProgressCellType_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_ProgressCellType_ToVerticalAlignment_FarPoint_Win_Spread_CellVerticalAlignment_" data-uid="FarPoint.Win.Spread.CellType.ProgressCellType.ToVerticalAlignment(FarPoint.Win.Spread.CellVerticalAlignment)">
          <a class="xref" href="FarPoint.Win.Spread.CellType.ProgressCellType.ToVerticalAlignment.html#FarPoint_Win_Spread_CellType_ProgressCellType_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>
