# FarPoint.Win.Spread.Cell

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Spread_Cell" data-uid="FarPoint.Win.Spread.Cell" class="text-break">Cell Class
</h1>
  <div class="markdown level0 summary"><p>Represents a cell in the Spread component.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><span class="xref">Cell</span></div>
      <div class="level2"><a class="xref" href="FarPoint.Win.Spread.CellFooter.html">CellFooter</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Win.Spread.html">FarPoint.Win.Spread</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Win.Spread.dll</h6>
  <h5 id="FarPoint_Win_Spread_Cell_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class Cell</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class Cell</code></pre>
  </div>
  <h3 id="fields">Fields
</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_Cell_columnField" data-uid="FarPoint.Win.Spread.Cell.columnField">
          <a class="xref" href="FarPoint.Win.Spread.Cell.columnField.html">columnField</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the model column index.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Cell_rowField" data-uid="FarPoint.Win.Spread.Cell.rowField">
          <a class="xref" href="FarPoint.Win.Spread.Cell.rowField.html">rowField</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the model row index.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Cell_viewcolumn" data-uid="FarPoint.Win.Spread.Cell.viewcolumn">
          <a class="xref" href="FarPoint.Win.Spread.Cell.viewcolumn.html">viewcolumn</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the column start index.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Cell_viewcolumn2" data-uid="FarPoint.Win.Spread.Cell.viewcolumn2">
          <a class="xref" href="FarPoint.Win.Spread.Cell.viewcolumn2.html">viewcolumn2</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Cell_viewrow" data-uid="FarPoint.Win.Spread.Cell.viewrow">
          <a class="xref" href="FarPoint.Win.Spread.Cell.viewrow.html">viewrow</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the row start index.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Cell_viewrow2" data-uid="FarPoint.Win.Spread.Cell.viewrow2">
          <a class="xref" href="FarPoint.Win.Spread.Cell.viewrow2.html">viewrow2</a>
        </td>
        <td class="markdown level1 summary"></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_Cell_BackColor" data-uid="FarPoint.Win.Spread.Cell.BackColor">
          <a class="xref" href="FarPoint.Win.Spread.Cell.BackColor.html#FarPoint_Win_Spread_Cell_BackColor">BackColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the background color for a cell.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Cell_Border" data-uid="FarPoint.Win.Spread.Cell.Border">
          <a class="xref" href="FarPoint.Win.Spread.Cell.Border.html#FarPoint_Win_Spread_Cell_Border">Border</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the border for a cell.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Cell_CanFocus" data-uid="FarPoint.Win.Spread.Cell.CanFocus">
          <a class="xref" href="FarPoint.Win.Spread.Cell.CanFocus.html#FarPoint_Win_Spread_Cell_CanFocus">CanFocus</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the user can set focus to the cell using the keyboard or mouse.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Cell_CellPadding" data-uid="FarPoint.Win.Spread.Cell.CellPadding">
          <a class="xref" href="FarPoint.Win.Spread.Cell.CellPadding.html#FarPoint_Win_Spread_Cell_CellPadding">CellPadding</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the amount of spaces to pad the cell(s) in pixels.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Cell_CellType" data-uid="FarPoint.Win.Spread.Cell.CellType">
          <a class="xref" href="FarPoint.Win.Spread.Cell.CellType.html#FarPoint_Win_Spread_Cell_CellType">CellType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the type of cell.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Cell_Column" data-uid="FarPoint.Win.Spread.Cell.Column">
          <a class="xref" href="FarPoint.Win.Spread.Cell.Column.html#FarPoint_Win_Spread_Cell_Column">Column</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the column that contains this cell.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Cell_ColumnSpan" data-uid="FarPoint.Win.Spread.Cell.ColumnSpan">
          <a class="xref" href="FarPoint.Win.Spread.Cell.ColumnSpan.html#FarPoint_Win_Spread_Cell_ColumnSpan">ColumnSpan</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the number of columns spanned by this cell.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Cell_Editor" data-uid="FarPoint.Win.Spread.Cell.Editor">
          <a class="xref" href="FarPoint.Win.Spread.Cell.Editor.html#FarPoint_Win_Spread_Cell_Editor">Editor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the editor for a cell.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Cell_ErrorText" data-uid="FarPoint.Win.Spread.Cell.ErrorText">
          <a class="xref" href="FarPoint.Win.Spread.Cell.ErrorText.html#FarPoint_Win_Spread_Cell_ErrorText">ErrorText</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets error text for this cell.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Cell_Font" data-uid="FarPoint.Win.Spread.Cell.Font">
          <a class="xref" href="FarPoint.Win.Spread.Cell.Font.html#FarPoint_Win_Spread_Cell_Font">Font</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the font for the cell text.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Cell_ForeColor" data-uid="FarPoint.Win.Spread.Cell.ForeColor">
          <a class="xref" href="FarPoint.Win.Spread.Cell.ForeColor.html#FarPoint_Win_Spread_Cell_ForeColor">ForeColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text (foreground) color for a cell.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Cell_Formatter" data-uid="FarPoint.Win.Spread.Cell.Formatter">
          <a class="xref" href="FarPoint.Win.Spread.Cell.Formatter.html#FarPoint_Win_Spread_Cell_Formatter">Formatter</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the formatter for a cell.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Cell_Formula" data-uid="FarPoint.Win.Spread.Cell.Formula">
          <a class="xref" href="FarPoint.Win.Spread.Cell.Formula.html#FarPoint_Win_Spread_Cell_Formula">Formula</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the formula in a cell.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Cell_FormulaArray" data-uid="FarPoint.Win.Spread.Cell.FormulaArray">
          <a class="xref" href="FarPoint.Win.Spread.Cell.FormulaArray.html#FarPoint_Win_Spread_Cell_FormulaArray">FormulaArray</a>
        </td>
        <td class="markdown level1 summary"><p>Get/Set array formula for cell range</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Cell_HorizontalAlignment" data-uid="FarPoint.Win.Spread.Cell.HorizontalAlignment">
          <a class="xref" href="FarPoint.Win.Spread.Cell.HorizontalAlignment.html#FarPoint_Win_Spread_Cell_HorizontalAlignment">HorizontalAlignment</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the horizontal alignment of the cell contents.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Cell_ImeMode" data-uid="FarPoint.Win.Spread.Cell.ImeMode">
          <a class="xref" href="FarPoint.Win.Spread.Cell.ImeMode.html#FarPoint_Win_Spread_Cell_ImeMode">ImeMode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the IME mode for a cell.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Cell_ImeSentenceMode" data-uid="FarPoint.Win.Spread.Cell.ImeSentenceMode">
          <a class="xref" href="FarPoint.Win.Spread.Cell.ImeSentenceMode.html#FarPoint_Win_Spread_Cell_ImeSentenceMode">ImeSentenceMode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the ImeSentenceMode value for a cell.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Cell_InputScope" data-uid="FarPoint.Win.Spread.Cell.InputScope">
          <a class="xref" href="FarPoint.Win.Spread.Cell.InputScope.html#FarPoint_Win_Spread_Cell_InputScope">InputScope</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the input scope for a cell.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Cell_LockBackColor" data-uid="FarPoint.Win.Spread.Cell.LockBackColor">
          <a class="xref" href="FarPoint.Win.Spread.Cell.LockBackColor.html#FarPoint_Win_Spread_Cell_LockBackColor">LockBackColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the background color for a locked cell.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Cell_LockFont" data-uid="FarPoint.Win.Spread.Cell.LockFont">
          <a class="xref" href="FarPoint.Win.Spread.Cell.LockFont.html#FarPoint_Win_Spread_Cell_LockFont">LockFont</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the font for a locked cell.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Cell_LockForeColor" data-uid="FarPoint.Win.Spread.Cell.LockForeColor">
          <a class="xref" href="FarPoint.Win.Spread.Cell.LockForeColor.html#FarPoint_Win_Spread_Cell_LockForeColor">LockForeColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text (foreground) color for a locked cell.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Cell_Locked" data-uid="FarPoint.Win.Spread.Cell.Locked">
          <a class="xref" href="FarPoint.Win.Spread.Cell.Locked.html#FarPoint_Win_Spread_Cell_Locked">Locked</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether a cell is marked as locked from editing.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Cell_Note" data-uid="FarPoint.Win.Spread.Cell.Note">
          <a class="xref" href="FarPoint.Win.Spread.Cell.Note.html#FarPoint_Win_Spread_Cell_Note">Note</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the note for a cell.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Cell_NoteIndicatorColor" data-uid="FarPoint.Win.Spread.Cell.NoteIndicatorColor">
          <a class="xref" href="FarPoint.Win.Spread.Cell.NoteIndicatorColor.html#FarPoint_Win_Spread_Cell_NoteIndicatorColor">NoteIndicatorColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the color for the note indicator for a cell.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Cell_NoteIndicatorPosition" data-uid="FarPoint.Win.Spread.Cell.NoteIndicatorPosition">
          <a class="xref" href="FarPoint.Win.Spread.Cell.NoteIndicatorPosition.html#FarPoint_Win_Spread_Cell_NoteIndicatorPosition">NoteIndicatorPosition</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the cell note indicator position for the cell.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Cell_NoteIndicatorSize" data-uid="FarPoint.Win.Spread.Cell.NoteIndicatorSize">
          <a class="xref" href="FarPoint.Win.Spread.Cell.NoteIndicatorSize.html#FarPoint_Win_Spread_Cell_NoteIndicatorSize">NoteIndicatorSize</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the size for the note indicator for a cell.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Cell_NoteStyle" data-uid="FarPoint.Win.Spread.Cell.NoteStyle">
          <a class="xref" href="FarPoint.Win.Spread.Cell.NoteStyle.html#FarPoint_Win_Spread_Cell_NoteStyle">NoteStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the note style for a cell.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Cell_Parent" data-uid="FarPoint.Win.Spread.Cell.Parent">
          <a class="xref" href="FarPoint.Win.Spread.Cell.Parent.html#FarPoint_Win_Spread_Cell_Parent">Parent</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the parent for this cell.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Cell_ParentStyleName" data-uid="FarPoint.Win.Spread.Cell.ParentStyleName">
          <a class="xref" href="FarPoint.Win.Spread.Cell.ParentStyleName.html#FarPoint_Win_Spread_Cell_ParentStyleName">ParentStyleName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name of the parent style for a cell.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Cell_ParseFormatInfo" data-uid="FarPoint.Win.Spread.Cell.ParseFormatInfo">
          <a class="xref" href="FarPoint.Win.Spread.Cell.ParseFormatInfo.html#FarPoint_Win_Spread_Cell_ParseFormatInfo">ParseFormatInfo</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the parsed formatting for the cell.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Cell_ParseFormatString" data-uid="FarPoint.Win.Spread.Cell.ParseFormatString">
          <a class="xref" href="FarPoint.Win.Spread.Cell.ParseFormatString.html#FarPoint_Win_Spread_Cell_ParseFormatString">ParseFormatString</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the parsed formatting string for the cell.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Cell_Renderer" data-uid="FarPoint.Win.Spread.Cell.Renderer">
          <a class="xref" href="FarPoint.Win.Spread.Cell.Renderer.html#FarPoint_Win_Spread_Cell_Renderer">Renderer</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the renderer for a cell.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Cell_Row" data-uid="FarPoint.Win.Spread.Cell.Row">
          <a class="xref" href="FarPoint.Win.Spread.Cell.Row.html#FarPoint_Win_Spread_Cell_Row">Row</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the row that contains this cell.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Cell_RowSpan" data-uid="FarPoint.Win.Spread.Cell.RowSpan">
          <a class="xref" href="FarPoint.Win.Spread.Cell.RowSpan.html#FarPoint_Win_Spread_Cell_RowSpan">RowSpan</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the number of rows spanned by a cell.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Cell_Sparkline" data-uid="FarPoint.Win.Spread.Cell.Sparkline">
          <a class="xref" href="FarPoint.Win.Spread.Cell.Sparkline.html#FarPoint_Win_Spread_Cell_Sparkline">Sparkline</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the sparkline.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Cell_StyleName" data-uid="FarPoint.Win.Spread.Cell.StyleName">
          <a class="xref" href="FarPoint.Win.Spread.Cell.StyleName.html#FarPoint_Win_Spread_Cell_StyleName">StyleName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name of the custom style for a cell.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Cell_TabStop" data-uid="FarPoint.Win.Spread.Cell.TabStop">
          <a class="xref" href="FarPoint.Win.Spread.Cell.TabStop.html#FarPoint_Win_Spread_Cell_TabStop">TabStop</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the user can set focus to the cell using the Tab key.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Cell_Tag" data-uid="FarPoint.Win.Spread.Cell.Tag">
          <a class="xref" href="FarPoint.Win.Spread.Cell.Tag.html#FarPoint_Win_Spread_Cell_Tag">Tag</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets an application-defined tag value for a cell.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Cell_Text" data-uid="FarPoint.Win.Spread.Cell.Text">
          <a class="xref" href="FarPoint.Win.Spread.Cell.Text.html#FarPoint_Win_Spread_Cell_Text">Text</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the formatted text in a cell.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Cell_TextIndent" data-uid="FarPoint.Win.Spread.Cell.TextIndent">
          <a class="xref" href="FarPoint.Win.Spread.Cell.TextIndent.html#FarPoint_Win_Spread_Cell_TextIndent">TextIndent</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the amount to indent the text in a cell.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Cell_Validation" data-uid="FarPoint.Win.Spread.Cell.Validation">
          <a class="xref" href="FarPoint.Win.Spread.Cell.Validation.html#FarPoint_Win_Spread_Cell_Validation">Validation</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an instance of IValidation which may be used to get and set validation properties of the cells represented by this <a class="xref" href="FarPoint.Win.Spread.Cell.html">Cell</a>.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Cell_Value" data-uid="FarPoint.Win.Spread.Cell.Value">
          <a class="xref" href="FarPoint.Win.Spread.Cell.Value.html#FarPoint_Win_Spread_Cell_Value">Value</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the value in a cell.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Cell_VerticalAlignment" data-uid="FarPoint.Win.Spread.Cell.VerticalAlignment">
          <a class="xref" href="FarPoint.Win.Spread.Cell.VerticalAlignment.html#FarPoint_Win_Spread_Cell_VerticalAlignment">VerticalAlignment</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the vertical alignment of the cell contents.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Cell_VisualStyles" data-uid="FarPoint.Win.Spread.Cell.VisualStyles">
          <a class="xref" href="FarPoint.Win.Spread.Cell.VisualStyles.html#FarPoint_Win_Spread_Cell_VisualStyles">VisualStyles</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the setting of visual styles (XP themes) for 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_Cell_Equals_System_Object_" data-uid="FarPoint.Win.Spread.Cell.Equals(System.Object)">
          <a class="xref" href="FarPoint.Win.Spread.Cell.Equals.html#FarPoint_Win_Spread_Cell_Equals_System_Object_">Equals(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the specified object is equivalent to this cell.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Cell_GetDataModel" data-uid="FarPoint.Win.Spread.Cell.GetDataModel">
          <a class="xref" href="FarPoint.Win.Spread.Cell.GetDataModel.html#FarPoint_Win_Spread_Cell_GetDataModel">GetDataModel()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the data model for a cell.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Cell_GetHashCode" data-uid="FarPoint.Win.Spread.Cell.GetHashCode">
          <a class="xref" href="FarPoint.Win.Spread.Cell.GetHashCode.html#FarPoint_Win_Spread_Cell_GetHashCode">GetHashCode()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the hash code of an object.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Cell_GroupSparkline_FarPoint_Win_Spread_Cell_" data-uid="FarPoint.Win.Spread.Cell.GroupSparkline(FarPoint.Win.Spread.Cell)">
          <a class="xref" href="FarPoint.Win.Spread.Cell.GroupSparkline.html#FarPoint_Win_Spread_Cell_GroupSparkline_FarPoint_Win_Spread_Cell_">GroupSparkline(Cell)</a>
        </td>
        <td class="markdown level1 summary"><p>Groups the sparkline.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Cell_GroupSparkline_FarPoint_Win_Spread_Model_CellRange_" data-uid="FarPoint.Win.Spread.Cell.GroupSparkline(FarPoint.Win.Spread.Model.CellRange)">
          <a class="xref" href="FarPoint.Win.Spread.Cell.GroupSparkline.html#FarPoint_Win_Spread_Cell_GroupSparkline_FarPoint_Win_Spread_Model_CellRange_">GroupSparkline(CellRange)</a>
        </td>
        <td class="markdown level1 summary"><p>Groups the sparkline.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Cell_GroupSparkline_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.Cell.GroupSparkline(System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.Cell.GroupSparkline.html#FarPoint_Win_Spread_Cell_GroupSparkline_System_Int32_System_Int32_">GroupSparkline(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Groups the sparkline.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Cell_Invalidate" data-uid="FarPoint.Win.Spread.Cell.Invalidate">
          <a class="xref" href="FarPoint.Win.Spread.Cell.Invalidate.html#FarPoint_Win_Spread_Cell_Invalidate">Invalidate()</a>
        </td>
        <td class="markdown level1 summary"><p>Invalidates the displayed cells and sends the message to repaint them.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Cell_IsValid_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.Cell.IsValid(System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.Cell.IsValid.html#FarPoint_Win_Spread_Cell_IsValid_System_Int32_System_Int32_">IsValid(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Checks whether the specified view row and column indexes
are valid coordinates in the sheet's data model, and if so
sets the row and column fields to the model row and column indexes.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Cell_ResetBackColor" data-uid="FarPoint.Win.Spread.Cell.ResetBackColor">
          <a class="xref" href="FarPoint.Win.Spread.Cell.ResetBackColor.html#FarPoint_Win_Spread_Cell_ResetBackColor">ResetBackColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the background color for the cell and makes the cell inherit the background color
from the default cell.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Cell_ResetBorder" data-uid="FarPoint.Win.Spread.Cell.ResetBorder">
          <a class="xref" href="FarPoint.Win.Spread.Cell.ResetBorder.html#FarPoint_Win_Spread_Cell_ResetBorder">ResetBorder()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the cell border for the cell and makes the cell inherit the cell border
from the default cell.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Cell_ResetCanFocus" data-uid="FarPoint.Win.Spread.Cell.ResetCanFocus">
          <a class="xref" href="FarPoint.Win.Spread.Cell.ResetCanFocus.html#FarPoint_Win_Spread_Cell_ResetCanFocus">ResetCanFocus()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets to its default value whether the cell can receive focus.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Cell_ResetCellPadding" data-uid="FarPoint.Win.Spread.Cell.ResetCellPadding">
          <a class="xref" href="FarPoint.Win.Spread.Cell.ResetCellPadding.html#FarPoint_Win_Spread_Cell_ResetCellPadding">ResetCellPadding()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the cell padding.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Cell_ResetCellType" data-uid="FarPoint.Win.Spread.Cell.ResetCellType">
          <a class="xref" href="FarPoint.Win.Spread.Cell.ResetCellType.html#FarPoint_Win_Spread_Cell_ResetCellType">ResetCellType()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the cell type for the cell and makes the cell inherit
the cell type from the default cell.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Cell_ResetFont" data-uid="FarPoint.Win.Spread.Cell.ResetFont">
          <a class="xref" href="FarPoint.Win.Spread.Cell.ResetFont.html#FarPoint_Win_Spread_Cell_ResetFont">ResetFont()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the font for the cell and makes the cell inherit the font from the default cell.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Cell_ResetForeColor" data-uid="FarPoint.Win.Spread.Cell.ResetForeColor">
          <a class="xref" href="FarPoint.Win.Spread.Cell.ResetForeColor.html#FarPoint_Win_Spread_Cell_ResetForeColor">ResetForeColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the text (foreground) color for the cell and makes the cell inherit the text color
from the default cell.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Cell_ResetFormula" data-uid="FarPoint.Win.Spread.Cell.ResetFormula">
          <a class="xref" href="FarPoint.Win.Spread.Cell.ResetFormula.html#FarPoint_Win_Spread_Cell_ResetFormula">ResetFormula()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the formula for the cell to empty.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Cell_ResetHorizontalAlignment" data-uid="FarPoint.Win.Spread.Cell.ResetHorizontalAlignment">
          <a class="xref" href="FarPoint.Win.Spread.Cell.ResetHorizontalAlignment.html#FarPoint_Win_Spread_Cell_ResetHorizontalAlignment">ResetHorizontalAlignment()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the horizontal alignment for the cell and makes the cell inherit<br>
the horizontal alignment from the default cell.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Cell_ResetImeMode" data-uid="FarPoint.Win.Spread.Cell.ResetImeMode">
          <a class="xref" href="FarPoint.Win.Spread.Cell.ResetImeMode.html#FarPoint_Win_Spread_Cell_ResetImeMode">ResetImeMode()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the background color for the cell and makes the cell inherit the IME mode
from the default cell.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Cell_ResetImeSentenceMode" data-uid="FarPoint.Win.Spread.Cell.ResetImeSentenceMode">
          <a class="xref" href="FarPoint.Win.Spread.Cell.ResetImeSentenceMode.html#FarPoint_Win_Spread_Cell_ResetImeSentenceMode">ResetImeSentenceMode()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the ImeSentenceMode property for the cell and makes the cell inherit the ImeSentenceMode value
from the default cell.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Cell_ResetLockBackColor" data-uid="FarPoint.Win.Spread.Cell.ResetLockBackColor">
          <a class="xref" href="FarPoint.Win.Spread.Cell.ResetLockBackColor.html#FarPoint_Win_Spread_Cell_ResetLockBackColor">ResetLockBackColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the background color for the locked cell and makes the cell inherit the background color
from the default cell.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Cell_ResetLockFont" data-uid="FarPoint.Win.Spread.Cell.ResetLockFont">
          <a class="xref" href="FarPoint.Win.Spread.Cell.ResetLockFont.html#FarPoint_Win_Spread_Cell_ResetLockFont">ResetLockFont()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the font for the locked cell and makes the cell  in herit the font
from the default cell.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Cell_ResetLockForeColor" data-uid="FarPoint.Win.Spread.Cell.ResetLockForeColor">
          <a class="xref" href="FarPoint.Win.Spread.Cell.ResetLockForeColor.html#FarPoint_Win_Spread_Cell_ResetLockForeColor">ResetLockForeColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the text color for the locked cell and makes the cell inherit the fore color
from the default cell.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Cell_ResetLocked" data-uid="FarPoint.Win.Spread.Cell.ResetLocked">
          <a class="xref" href="FarPoint.Win.Spread.Cell.ResetLocked.html#FarPoint_Win_Spread_Cell_ResetLocked">ResetLocked()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the locked state for the cell and makes the cell inherit
the locked state from the default cell.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Cell_ResetNote" data-uid="FarPoint.Win.Spread.Cell.ResetNote">
          <a class="xref" href="FarPoint.Win.Spread.Cell.ResetNote.html#FarPoint_Win_Spread_Cell_ResetNote">ResetNote()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the note for the cell to empty.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Cell_ResetNoteIndicatorColor" data-uid="FarPoint.Win.Spread.Cell.ResetNoteIndicatorColor">
          <a class="xref" href="FarPoint.Win.Spread.Cell.ResetNoteIndicatorColor.html#FarPoint_Win_Spread_Cell_ResetNoteIndicatorColor">ResetNoteIndicatorColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the color of the cell note indicator to its default value.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Cell_ResetNoteIndicatorPosition" data-uid="FarPoint.Win.Spread.Cell.ResetNoteIndicatorPosition">
          <a class="xref" href="FarPoint.Win.Spread.Cell.ResetNoteIndicatorPosition.html#FarPoint_Win_Spread_Cell_ResetNoteIndicatorPosition">ResetNoteIndicatorPosition()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the position of the note indicator.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Cell_ResetNoteIndicatorSize" data-uid="FarPoint.Win.Spread.Cell.ResetNoteIndicatorSize">
          <a class="xref" href="FarPoint.Win.Spread.Cell.ResetNoteIndicatorSize.html#FarPoint_Win_Spread_Cell_ResetNoteIndicatorSize">ResetNoteIndicatorSize()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the size of the note indicator.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Cell_ResetNoteStyle" data-uid="FarPoint.Win.Spread.Cell.ResetNoteStyle">
          <a class="xref" href="FarPoint.Win.Spread.Cell.ResetNoteStyle.html#FarPoint_Win_Spread_Cell_ResetNoteStyle">ResetNoteStyle()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the note style for the cell and makes the cell inherit
the note style from the default cell.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Cell_ResetParentStyleName" data-uid="FarPoint.Win.Spread.Cell.ResetParentStyleName">
          <a class="xref" href="FarPoint.Win.Spread.Cell.ResetParentStyleName.html#FarPoint_Win_Spread_Cell_ResetParentStyleName">ResetParentStyleName()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the ParentStyleName object for the cell to an empty string.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Cell_ResetTabStop" data-uid="FarPoint.Win.Spread.Cell.ResetTabStop">
          <a class="xref" href="FarPoint.Win.Spread.Cell.ResetTabStop.html#FarPoint_Win_Spread_Cell_ResetTabStop">ResetTabStop()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets to its default value whether the user can set focus to the cell using the Tab key.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Cell_ResetTag" data-uid="FarPoint.Win.Spread.Cell.ResetTag">
          <a class="xref" href="FarPoint.Win.Spread.Cell.ResetTag.html#FarPoint_Win_Spread_Cell_ResetTag">ResetTag()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the tag for the cell to empty.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Cell_ResetText" data-uid="FarPoint.Win.Spread.Cell.ResetText">
          <a class="xref" href="FarPoint.Win.Spread.Cell.ResetText.html#FarPoint_Win_Spread_Cell_ResetText">ResetText()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the text for the cell to empty.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Cell_ResetTextIndent" data-uid="FarPoint.Win.Spread.Cell.ResetTextIndent">
          <a class="xref" href="FarPoint.Win.Spread.Cell.ResetTextIndent.html#FarPoint_Win_Spread_Cell_ResetTextIndent">ResetTextIndent()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the size of the note indicator.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Cell_ResetValue" data-uid="FarPoint.Win.Spread.Cell.ResetValue">
          <a class="xref" href="FarPoint.Win.Spread.Cell.ResetValue.html#FarPoint_Win_Spread_Cell_ResetValue">ResetValue()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the value for the cell to empty.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Cell_ResetVerticalAlignment" data-uid="FarPoint.Win.Spread.Cell.ResetVerticalAlignment">
          <a class="xref" href="FarPoint.Win.Spread.Cell.ResetVerticalAlignment.html#FarPoint_Win_Spread_Cell_ResetVerticalAlignment">ResetVerticalAlignment()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the vertical alignment for the cell and makes the cell inherit
the vertical alignment from the default cell.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Cell_ResetVisualStyles" data-uid="FarPoint.Win.Spread.Cell.ResetVisualStyles">
          <a class="xref" href="FarPoint.Win.Spread.Cell.ResetVisualStyles.html#FarPoint_Win_Spread_Cell_ResetVisualStyles">ResetVisualStyles()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the setting of visual styles (XP themes) for the cell to the default setting.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Cell_ToString" data-uid="FarPoint.Win.Spread.Cell.ToString">
          <a class="xref" href="FarPoint.Win.Spread.Cell.ToString.html#FarPoint_Win_Spread_Cell_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a string that contains an absolute reference to this
cell in the current reference style.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Cell_ToString_FarPoint_Win_Spread_Cell_" data-uid="FarPoint.Win.Spread.Cell.ToString(FarPoint.Win.Spread.Cell)">
          <a class="xref" href="FarPoint.Win.Spread.Cell.ToString.html#FarPoint_Win_Spread_Cell_ToString_FarPoint_Win_Spread_Cell_">ToString(Cell)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a string that contains a relative reference to this
cell in the current reference style.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Cell_ToString_FarPoint_Win_Spread_Cell_FarPoint_Win_Spread_Model_ReferenceStyle_" data-uid="FarPoint.Win.Spread.Cell.ToString(FarPoint.Win.Spread.Cell,FarPoint.Win.Spread.Model.ReferenceStyle)">
          <a class="xref" href="FarPoint.Win.Spread.Cell.ToString.html#FarPoint_Win_Spread_Cell_ToString_FarPoint_Win_Spread_Cell_FarPoint_Win_Spread_Model_ReferenceStyle_">ToString(Cell, ReferenceStyle)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a string that contains a relative reference to this
cell in the specified reference style.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Cell_ToString_FarPoint_Win_Spread_Model_ReferenceStyle_" data-uid="FarPoint.Win.Spread.Cell.ToString(FarPoint.Win.Spread.Model.ReferenceStyle)">
          <a class="xref" href="FarPoint.Win.Spread.Cell.ToString.html#FarPoint_Win_Spread_Cell_ToString_FarPoint_Win_Spread_Model_ReferenceStyle_">ToString(ReferenceStyle)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a string that contains an absolute reference to this
cell in the specified reference style.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Cell_UnGroupSparkline_FarPoint_Win_Spread_Cell_" data-uid="FarPoint.Win.Spread.Cell.UnGroupSparkline(FarPoint.Win.Spread.Cell)">
          <a class="xref" href="FarPoint.Win.Spread.Cell.UnGroupSparkline.html#FarPoint_Win_Spread_Cell_UnGroupSparkline_FarPoint_Win_Spread_Cell_">UnGroupSparkline(Cell)</a>
        </td>
        <td class="markdown level1 summary"><p>Ungroups the group sparkline.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Cell_UnGroupSparkline_FarPoint_Win_Spread_Model_CellRange_" data-uid="FarPoint.Win.Spread.Cell.UnGroupSparkline(FarPoint.Win.Spread.Model.CellRange)">
          <a class="xref" href="FarPoint.Win.Spread.Cell.UnGroupSparkline.html#FarPoint_Win_Spread_Cell_UnGroupSparkline_FarPoint_Win_Spread_Model_CellRange_">UnGroupSparkline(CellRange)</a>
        </td>
        <td class="markdown level1 summary"><p>Ungroups the group sparkline.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Cell_UnGroupSparkline_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.Cell.UnGroupSparkline(System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.Cell.UnGroupSparkline.html#FarPoint_Win_Spread_Cell_UnGroupSparkline_System_Int32_System_Int32_">UnGroupSparkline(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Ungroups the sparkline at the specified location if it is in the same group with the current cell.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
