# FarPoint.Win.Spread.StyleInfo

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Spread_StyleInfo" data-uid="FarPoint.Win.Spread.StyleInfo" class="text-break">StyleInfo Class
</h1>
  <div class="markdown level0 summary"><p>Represents the set of cell-level style settings for objects.</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">StyleInfo</span></div>
      <div class="level2"><a class="xref" href="FarPoint.Win.Spread.AppearanceStyleInfo.html">AppearanceStyleInfo</a></div>
      <div class="level2"><a class="xref" href="FarPoint.Win.Spread.NamedStyle.html">NamedStyle</a></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.runtime.serialization.iserializable">ISerializable</a></div>
    <div><a class="xref" href="../FarPoint.Win/FarPoint.Win.ICanSerializeXml.html">ICanSerializeXml</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.icomparable">IComparable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.icomparable-1">IComparable</a>&lt;<a class="xref" href="FarPoint.Win.Spread.StyleInfo.html">StyleInfo</a>&gt;</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_StyleInfo_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(StyleInfo._a))]
public class StyleInfo : BaseStyleInfo, ISerializable, ICanSerializeXml, ISerializeSupport, IComparable, IComparable&lt;StyleInfo&gt;</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(StyleInfo._a))&gt;
Public Class StyleInfo
    Inherits BaseStyleInfo
    Implements ISerializable, ICanSerializeXml, ISerializeSupport, IComparable, IComparable(Of StyleInfo)</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_StyleInfo__ctor" data-uid="FarPoint.Win.Spread.StyleInfo.#ctor">
          <a class="xref" href="FarPoint.Win.Spread.StyleInfo.-ctor.html#FarPoint_Win_Spread_StyleInfo__ctor">StyleInfo()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a set of cell-level style settings (StyleInfo object).</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_StyleInfo__ctor_FarPoint_Win_Spread_StyleInfo_" data-uid="FarPoint.Win.Spread.StyleInfo.#ctor(FarPoint.Win.Spread.StyleInfo)">
          <a class="xref" href="FarPoint.Win.Spread.StyleInfo.-ctor.html#FarPoint_Win_Spread_StyleInfo__ctor_FarPoint_Win_Spread_StyleInfo_">StyleInfo(StyleInfo)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a set of cell-level style settings (StyleInfo object) equivalent to
the specified set of style settings.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_StyleInfo__ctor_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_" data-uid="FarPoint.Win.Spread.StyleInfo.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
          <a class="xref" href="FarPoint.Win.Spread.StyleInfo.-ctor.html#FarPoint_Win_Spread_StyleInfo__ctor_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_">StyleInfo(SerializationInfo, StreamingContext)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a set of cell-level style settings (StyleInfo object) from serialization.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_StyleInfo__ctor_System_String_" data-uid="FarPoint.Win.Spread.StyleInfo.#ctor(System.String)">
          <a class="xref" href="FarPoint.Win.Spread.StyleInfo.-ctor.html#FarPoint_Win_Spread_StyleInfo__ctor_System_String_">StyleInfo(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a set of cell-level style settings (StyleInfo object) with the specified parent style.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_StyleInfo__ctor_System_String_FarPoint_Win_Spread_StyleInfo_" data-uid="FarPoint.Win.Spread.StyleInfo.#ctor(System.String,FarPoint.Win.Spread.StyleInfo)">
          <a class="xref" href="FarPoint.Win.Spread.StyleInfo.-ctor.html#FarPoint_Win_Spread_StyleInfo__ctor_System_String_FarPoint_Win_Spread_StyleInfo_">StyleInfo(string, StyleInfo)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a set of cell-level style settings (StyleInfo object) with the specified parent style
and specified set of style settings.</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_StyleInfo_Border" data-uid="FarPoint.Win.Spread.StyleInfo.Border">
          <a class="xref" href="FarPoint.Win.Spread.StyleInfo.Border.html#FarPoint_Win_Spread_StyleInfo_Border">Border</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the border of the cell style.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_StyleInfo_CanFocus" data-uid="FarPoint.Win.Spread.StyleInfo.CanFocus">
          <a class="xref" href="FarPoint.Win.Spread.StyleInfo.CanFocus.html#FarPoint_Win_Spread_StyleInfo_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_StyleInfo_CanSerializeXml" data-uid="FarPoint.Win.Spread.StyleInfo.CanSerializeXml">
          <a class="xref" href="FarPoint.Win.Spread.StyleInfo.CanSerializeXml.html#FarPoint_Win_Spread_StyleInfo_CanSerializeXml">CanSerializeXml</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the object in its entirety can be rendered with XML without losing any information.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_StyleInfo_CellPadding" data-uid="FarPoint.Win.Spread.StyleInfo.CellPadding">
          <a class="xref" href="FarPoint.Win.Spread.StyleInfo.CellPadding.html#FarPoint_Win_Spread_StyleInfo_CellPadding">CellPadding</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the number of spaces to add to the cell(s) in pixels.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_StyleInfo_CellType" data-uid="FarPoint.Win.Spread.StyleInfo.CellType">
          <a class="xref" href="FarPoint.Win.Spread.StyleInfo.CellType.html#FarPoint_Win_Spread_StyleInfo_CellType">CellType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the type of cell for the style.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_StyleInfo_Editor" data-uid="FarPoint.Win.Spread.StyleInfo.Editor">
          <a class="xref" href="FarPoint.Win.Spread.StyleInfo.Editor.html#FarPoint_Win_Spread_StyleInfo_Editor">Editor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the editor of the cell style.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_StyleInfo_FontStyle" data-uid="FarPoint.Win.Spread.StyleInfo.FontStyle">
          <a class="xref" href="FarPoint.Win.Spread.StyleInfo.FontStyle.html#FarPoint_Win_Spread_StyleInfo_FontStyle">FontStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the font style applied to the cell for the style.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_StyleInfo_Formatter" data-uid="FarPoint.Win.Spread.StyleInfo.Formatter">
          <a class="xref" href="FarPoint.Win.Spread.StyleInfo.Formatter.html#FarPoint_Win_Spread_StyleInfo_Formatter">Formatter</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the formatter of the cell style.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_StyleInfo_HorizontalAlignment" data-uid="FarPoint.Win.Spread.StyleInfo.HorizontalAlignment">
          <a class="xref" href="FarPoint.Win.Spread.StyleInfo.HorizontalAlignment.html#FarPoint_Win_Spread_StyleInfo_HorizontalAlignment">HorizontalAlignment</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the horizontal alignment of the contents of the cell for the style.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_StyleInfo_ImeMode" data-uid="FarPoint.Win.Spread.StyleInfo.ImeMode">
          <a class="xref" href="FarPoint.Win.Spread.StyleInfo.ImeMode.html#FarPoint_Win_Spread_StyleInfo_ImeMode">ImeMode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the IME mode of the cell style.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_StyleInfo_ImeSentenceMode" data-uid="FarPoint.Win.Spread.StyleInfo.ImeSentenceMode">
          <a class="xref" href="FarPoint.Win.Spread.StyleInfo.ImeSentenceMode.html#FarPoint_Win_Spread_StyleInfo_ImeSentenceMode">ImeSentenceMode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the ImeSentenceMode of the cell style.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_StyleInfo_InputScope" data-uid="FarPoint.Win.Spread.StyleInfo.InputScope">
          <a class="xref" href="FarPoint.Win.Spread.StyleInfo.InputScope.html#FarPoint_Win_Spread_StyleInfo_InputScope">InputScope</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the input scope of the cell style.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_StyleInfo_LockBackColor" data-uid="FarPoint.Win.Spread.StyleInfo.LockBackColor">
          <a class="xref" href="FarPoint.Win.Spread.StyleInfo.LockBackColor.html#FarPoint_Win_Spread_StyleInfo_LockBackColor">LockBackColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the background color of locked cell.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_StyleInfo_LockFont" data-uid="FarPoint.Win.Spread.StyleInfo.LockFont">
          <a class="xref" href="FarPoint.Win.Spread.StyleInfo.LockFont.html#FarPoint_Win_Spread_StyleInfo_LockFont">LockFont</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the font for locked cells.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_StyleInfo_LockForeColor" data-uid="FarPoint.Win.Spread.StyleInfo.LockForeColor">
          <a class="xref" href="FarPoint.Win.Spread.StyleInfo.LockForeColor.html#FarPoint_Win_Spread_StyleInfo_LockForeColor">LockForeColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the foreground color of locked cells.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_StyleInfo_NoteIndicatorColor" data-uid="FarPoint.Win.Spread.StyleInfo.NoteIndicatorColor">
          <a class="xref" href="FarPoint.Win.Spread.StyleInfo.NoteIndicatorColor.html#FarPoint_Win_Spread_StyleInfo_NoteIndicatorColor">NoteIndicatorColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the color of the cell note indicator.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_StyleInfo_NoteIndicatorPosition" data-uid="FarPoint.Win.Spread.StyleInfo.NoteIndicatorPosition">
          <a class="xref" href="FarPoint.Win.Spread.StyleInfo.NoteIndicatorPosition.html#FarPoint_Win_Spread_StyleInfo_NoteIndicatorPosition">NoteIndicatorPosition</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the position of the cell note indicator.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_StyleInfo_NoteIndicatorSize" data-uid="FarPoint.Win.Spread.StyleInfo.NoteIndicatorSize">
          <a class="xref" href="FarPoint.Win.Spread.StyleInfo.NoteIndicatorSize.html#FarPoint_Win_Spread_StyleInfo_NoteIndicatorSize">NoteIndicatorSize</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the size of the cell note indicator.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_StyleInfo_NoteStyle" data-uid="FarPoint.Win.Spread.StyleInfo.NoteStyle">
          <a class="xref" href="FarPoint.Win.Spread.StyleInfo.NoteStyle.html#FarPoint_Win_Spread_StyleInfo_NoteStyle">NoteStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the note style of the cell for the style.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_StyleInfo_Parent" data-uid="FarPoint.Win.Spread.StyleInfo.Parent">
          <a class="xref" href="FarPoint.Win.Spread.StyleInfo.Parent.html#FarPoint_Win_Spread_StyleInfo_Parent">Parent</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name of the parent (<a class="xref" href="FarPoint.Win.Spread.NamedStyle.html">NamedStyle</a> object) of the style.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_StyleInfo_Renderer" data-uid="FarPoint.Win.Spread.StyleInfo.Renderer">
          <a class="xref" href="FarPoint.Win.Spread.StyleInfo.Renderer.html#FarPoint_Win_Spread_StyleInfo_Renderer">Renderer</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the renderer of the cell style.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_StyleInfo_TabStop" data-uid="FarPoint.Win.Spread.StyleInfo.TabStop">
          <a class="xref" href="FarPoint.Win.Spread.StyleInfo.TabStop.html#FarPoint_Win_Spread_StyleInfo_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_StyleInfo_TextIndent" data-uid="FarPoint.Win.Spread.StyleInfo.TextIndent">
          <a class="xref" href="FarPoint.Win.Spread.StyleInfo.TextIndent.html#FarPoint_Win_Spread_StyleInfo_TextIndent">TextIndent</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the amount to indent the text in a cell for the style.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_StyleInfo_VerticalAlignment" data-uid="FarPoint.Win.Spread.StyleInfo.VerticalAlignment">
          <a class="xref" href="FarPoint.Win.Spread.StyleInfo.VerticalAlignment.html#FarPoint_Win_Spread_StyleInfo_VerticalAlignment">VerticalAlignment</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the vertical alignment of contents of the cell for the style.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_StyleInfo_VisualStyles" data-uid="FarPoint.Win.Spread.StyleInfo.VisualStyles">
          <a class="xref" href="FarPoint.Win.Spread.StyleInfo.VisualStyles.html#FarPoint_Win_Spread_StyleInfo_VisualStyles">VisualStyles</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether visual styles are on or off 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_StyleInfo_Clone" data-uid="FarPoint.Win.Spread.StyleInfo.Clone">
          <a class="xref" href="FarPoint.Win.Spread.StyleInfo.Clone.html#FarPoint_Win_Spread_StyleInfo_Clone">Clone()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new object that is a copy of the current instance (with the same style settings).</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_StyleInfo_CompareTo_FarPoint_Win_Spread_StyleInfo_" data-uid="FarPoint.Win.Spread.StyleInfo.CompareTo(FarPoint.Win.Spread.StyleInfo)">
          <a class="xref" href="FarPoint.Win.Spread.StyleInfo.CompareTo.html#FarPoint_Win_Spread_StyleInfo_CompareTo_FarPoint_Win_Spread_StyleInfo_">CompareTo(StyleInfo)</a>
        </td>
        <td class="markdown level1 summary"><p>Compares the current object with another object of the same type.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_StyleInfo_Compose_FarPoint_Win_Spread_StyleInfo_" data-uid="FarPoint.Win.Spread.StyleInfo.Compose(FarPoint.Win.Spread.StyleInfo)">
          <a class="xref" href="FarPoint.Win.Spread.StyleInfo.Compose.html#FarPoint_Win_Spread_StyleInfo_Compose_FarPoint_Win_Spread_StyleInfo_">Compose(StyleInfo)</a>
        </td>
        <td class="markdown level1 summary"><p>Composes style settings using the current style settings and those of
a specified object.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_StyleInfo_Compose_FarPoint_Win_Spread_StyleInfo_System_Boolean_" data-uid="FarPoint.Win.Spread.StyleInfo.Compose(FarPoint.Win.Spread.StyleInfo,System.Boolean)">
          <a class="xref" href="FarPoint.Win.Spread.StyleInfo.Compose.html#FarPoint_Win_Spread_StyleInfo_Compose_FarPoint_Win_Spread_StyleInfo_System_Boolean_">Compose(StyleInfo, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Composes style settings using the current style settings and those of
a specified object with an option to overwrite the current style settings.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_StyleInfo_CopyFrom_System_Object_" data-uid="FarPoint.Win.Spread.StyleInfo.CopyFrom(System.Object)">
          <a class="xref" href="FarPoint.Win.Spread.StyleInfo.CopyFrom.html#FarPoint_Win_Spread_StyleInfo_CopyFrom_System_Object_">CopyFrom(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Copies the specified style settings of the specified object to the current object.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_StyleInfo_CopyTo_GrapeCity_Spreadsheet_Win_BaseStyleInfo_" data-uid="FarPoint.Win.Spread.StyleInfo.CopyTo(GrapeCity.Spreadsheet.Win.BaseStyleInfo)">
          <a class="xref" href="FarPoint.Win.Spread.StyleInfo.CopyTo.html#FarPoint_Win_Spread_StyleInfo_CopyTo_GrapeCity_Spreadsheet_Win_BaseStyleInfo_">CopyTo(BaseStyleInfo)</a>
        </td>
        <td class="markdown level1 summary"><p>Copy info to the target object.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_StyleInfo_Deserialize_System_Xml_XmlNodeReader_" data-uid="FarPoint.Win.Spread.StyleInfo.Deserialize(System.Xml.XmlNodeReader)">
          <a class="xref" href="FarPoint.Win.Spread.StyleInfo.Deserialize.html#FarPoint_Win_Spread_StyleInfo_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_StyleInfo_Equals_System_Object_" data-uid="FarPoint.Win.Spread.StyleInfo.Equals(System.Object)">
          <a class="xref" href="FarPoint.Win.Spread.StyleInfo.Equals.html#FarPoint_Win_Spread_StyleInfo_Equals_System_Object_">Equals(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the style settings of this object are equivalent to the object specified.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_StyleInfo_GetAppearance_FarPoint_Win_Spread_Appearance_" data-uid="FarPoint.Win.Spread.StyleInfo.GetAppearance(FarPoint.Win.Spread.Appearance)">
          <a class="xref" href="FarPoint.Win.Spread.StyleInfo.GetAppearance.html#FarPoint_Win_Spread_StyleInfo_GetAppearance_FarPoint_Win_Spread_Appearance_">GetAppearance(Appearance)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the appearance settings for the specified object.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_StyleInfo_GetHashCode" data-uid="FarPoint.Win.Spread.StyleInfo.GetHashCode">
          <a class="xref" href="FarPoint.Win.Spread.StyleInfo.GetHashCode.html#FarPoint_Win_Spread_StyleInfo_GetHashCode">GetHashCode()</a>
        </td>
        <td class="markdown level1 summary"><p>Serves as a hash function for a particular type.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_StyleInfo_GetObjectData_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_" data-uid="FarPoint.Win.Spread.StyleInfo.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
          <a class="xref" href="FarPoint.Win.Spread.StyleInfo.GetObjectData.html#FarPoint_Win_Spread_StyleInfo_GetObjectData_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_">GetObjectData(SerializationInfo, StreamingContext)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets information about the style settings from serialization.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_StyleInfo_IsBorderSet" data-uid="FarPoint.Win.Spread.StyleInfo.IsBorderSet">
          <a class="xref" href="FarPoint.Win.Spread.StyleInfo.IsBorderSet.html#FarPoint_Win_Spread_StyleInfo_IsBorderSet">IsBorderSet()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the cell border (Border property) is set.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_StyleInfo_IsCanFocusSet" data-uid="FarPoint.Win.Spread.StyleInfo.IsCanFocusSet">
          <a class="xref" href="FarPoint.Win.Spread.StyleInfo.IsCanFocusSet.html#FarPoint_Win_Spread_StyleInfo_IsCanFocusSet">IsCanFocusSet()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the focusable setting of the cell (CanFocus property) is set.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_StyleInfo_IsCellPaddingSet" data-uid="FarPoint.Win.Spread.StyleInfo.IsCellPaddingSet">
          <a class="xref" href="FarPoint.Win.Spread.StyleInfo.IsCellPaddingSet.html#FarPoint_Win_Spread_StyleInfo_IsCellPaddingSet">IsCellPaddingSet()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the cell padding of the cell is set.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_StyleInfo_IsCellTypeSet" data-uid="FarPoint.Win.Spread.StyleInfo.IsCellTypeSet">
          <a class="xref" href="FarPoint.Win.Spread.StyleInfo.IsCellTypeSet.html#FarPoint_Win_Spread_StyleInfo_IsCellTypeSet">IsCellTypeSet()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the type of cell (CellType property) is set.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_StyleInfo_IsEditorSet" data-uid="FarPoint.Win.Spread.StyleInfo.IsEditorSet">
          <a class="xref" href="FarPoint.Win.Spread.StyleInfo.IsEditorSet.html#FarPoint_Win_Spread_StyleInfo_IsEditorSet">IsEditorSet()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the editor for the cell (Editor property) is set.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_StyleInfo_IsFormatterSet" data-uid="FarPoint.Win.Spread.StyleInfo.IsFormatterSet">
          <a class="xref" href="FarPoint.Win.Spread.StyleInfo.IsFormatterSet.html#FarPoint_Win_Spread_StyleInfo_IsFormatterSet">IsFormatterSet()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the formatter for the cell (Formatter property) is set.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_StyleInfo_IsHorizontalAlignmentSet" data-uid="FarPoint.Win.Spread.StyleInfo.IsHorizontalAlignmentSet">
          <a class="xref" href="FarPoint.Win.Spread.StyleInfo.IsHorizontalAlignmentSet.html#FarPoint_Win_Spread_StyleInfo_IsHorizontalAlignmentSet">IsHorizontalAlignmentSet()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the horizontal alignment of the cell contents (HorizontalAlignment property) is set.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_StyleInfo_IsImeModeSet" data-uid="FarPoint.Win.Spread.StyleInfo.IsImeModeSet">
          <a class="xref" href="FarPoint.Win.Spread.StyleInfo.IsImeModeSet.html#FarPoint_Win_Spread_StyleInfo_IsImeModeSet">IsImeModeSet()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether IME mode is on (ImeMode property set) for a cell.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_StyleInfo_IsImeSentenceModeSet" data-uid="FarPoint.Win.Spread.StyleInfo.IsImeSentenceModeSet">
          <a class="xref" href="FarPoint.Win.Spread.StyleInfo.IsImeSentenceModeSet.html#FarPoint_Win_Spread_StyleInfo_IsImeSentenceModeSet">IsImeSentenceModeSet()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether IME Sentence mode is on (ImeMode property set) for a cell.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_StyleInfo_IsInputScopeSet" data-uid="FarPoint.Win.Spread.StyleInfo.IsInputScopeSet">
          <a class="xref" href="FarPoint.Win.Spread.StyleInfo.IsInputScopeSet.html#FarPoint_Win_Spread_StyleInfo_IsInputScopeSet">IsInputScopeSet()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether input scope is on (InputScope property set) for a cell.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_StyleInfo_IsLockBackColorSet" data-uid="FarPoint.Win.Spread.StyleInfo.IsLockBackColorSet">
          <a class="xref" href="FarPoint.Win.Spread.StyleInfo.IsLockBackColorSet.html#FarPoint_Win_Spread_StyleInfo_IsLockBackColorSet">IsLockBackColorSet()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the lockedBackColor setting of the cell (LockBackColor property) is set.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_StyleInfo_IsLockFontSet" data-uid="FarPoint.Win.Spread.StyleInfo.IsLockFontSet">
          <a class="xref" href="FarPoint.Win.Spread.StyleInfo.IsLockFontSet.html#FarPoint_Win_Spread_StyleInfo_IsLockFontSet">IsLockFontSet()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the lockedFont setting of the cell (LockFont property) is set.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_StyleInfo_IsLockForeColorSet" data-uid="FarPoint.Win.Spread.StyleInfo.IsLockForeColorSet">
          <a class="xref" href="FarPoint.Win.Spread.StyleInfo.IsLockForeColorSet.html#FarPoint_Win_Spread_StyleInfo_IsLockForeColorSet">IsLockForeColorSet()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the lockedForeColor setting of the cell (LockForeColor property) is set.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_StyleInfo_IsNoteIndicatorColorSet" data-uid="FarPoint.Win.Spread.StyleInfo.IsNoteIndicatorColorSet">
          <a class="xref" href="FarPoint.Win.Spread.StyleInfo.IsNoteIndicatorColorSet.html#FarPoint_Win_Spread_StyleInfo_IsNoteIndicatorColorSet">IsNoteIndicatorColorSet()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the cell note indicator color of the cell is set.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_StyleInfo_IsNoteIndicatorPositionSet" data-uid="FarPoint.Win.Spread.StyleInfo.IsNoteIndicatorPositionSet">
          <a class="xref" href="FarPoint.Win.Spread.StyleInfo.IsNoteIndicatorPositionSet.html#FarPoint_Win_Spread_StyleInfo_IsNoteIndicatorPositionSet">IsNoteIndicatorPositionSet()</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the cell note indicator position is set.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_StyleInfo_IsNoteIndicatorSizeSet" data-uid="FarPoint.Win.Spread.StyleInfo.IsNoteIndicatorSizeSet">
          <a class="xref" href="FarPoint.Win.Spread.StyleInfo.IsNoteIndicatorSizeSet.html#FarPoint_Win_Spread_StyleInfo_IsNoteIndicatorSizeSet">IsNoteIndicatorSizeSet()</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the cell note indicator size is set.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_StyleInfo_IsNoteStyleSet" data-uid="FarPoint.Win.Spread.StyleInfo.IsNoteStyleSet">
          <a class="xref" href="FarPoint.Win.Spread.StyleInfo.IsNoteStyleSet.html#FarPoint_Win_Spread_StyleInfo_IsNoteStyleSet">IsNoteStyleSet()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the note style setting of the cell (NoteStyle property) is set.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_StyleInfo_IsParentSet" data-uid="FarPoint.Win.Spread.StyleInfo.IsParentSet">
          <a class="xref" href="FarPoint.Win.Spread.StyleInfo.IsParentSet.html#FarPoint_Win_Spread_StyleInfo_IsParentSet">IsParentSet()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the parent of the cell (Parent property) is set.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_StyleInfo_IsPropertySet_FarPoint_Win_Spread_SheetStyleProperty_" data-uid="FarPoint.Win.Spread.StyleInfo.IsPropertySet(FarPoint.Win.Spread.SheetStyleProperty)">
          <a class="xref" href="FarPoint.Win.Spread.StyleInfo.IsPropertySet.html#FarPoint_Win_Spread_StyleInfo_IsPropertySet_FarPoint_Win_Spread_SheetStyleProperty_">IsPropertySet(SheetStyleProperty)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the specified cell style setting (property) is set.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_StyleInfo_IsRendererSet" data-uid="FarPoint.Win.Spread.StyleInfo.IsRendererSet">
          <a class="xref" href="FarPoint.Win.Spread.StyleInfo.IsRendererSet.html#FarPoint_Win_Spread_StyleInfo_IsRendererSet">IsRendererSet()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the renderer for the cell (Renderer property) is set.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_StyleInfo_IsTabStopSet" data-uid="FarPoint.Win.Spread.StyleInfo.IsTabStopSet">
          <a class="xref" href="FarPoint.Win.Spread.StyleInfo.IsTabStopSet.html#FarPoint_Win_Spread_StyleInfo_IsTabStopSet">IsTabStopSet()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the tab stop setting of the cell (TabStop property) is set.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_StyleInfo_IsTextIndentSet" data-uid="FarPoint.Win.Spread.StyleInfo.IsTextIndentSet">
          <a class="xref" href="FarPoint.Win.Spread.StyleInfo.IsTextIndentSet.html#FarPoint_Win_Spread_StyleInfo_IsTextIndentSet">IsTextIndentSet()</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the text indent is set.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_StyleInfo_IsVerticalAlignmentSet" data-uid="FarPoint.Win.Spread.StyleInfo.IsVerticalAlignmentSet">
          <a class="xref" href="FarPoint.Win.Spread.StyleInfo.IsVerticalAlignmentSet.html#FarPoint_Win_Spread_StyleInfo_IsVerticalAlignmentSet">IsVerticalAlignmentSet()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the vertical alignment of the cell contents (VerticalAlignment property) is set.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_StyleInfo_IsVisualStyleSet" data-uid="FarPoint.Win.Spread.StyleInfo.IsVisualStyleSet">
          <a class="xref" href="FarPoint.Win.Spread.StyleInfo.IsVisualStyleSet.html#FarPoint_Win_Spread_StyleInfo_IsVisualStyleSet">IsVisualStyleSet()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether visual styles are on (VisualStyles property set) for a cell.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_StyleInfo_Merge_FarPoint_Win_Spread_StyleInfo_" data-uid="FarPoint.Win.Spread.StyleInfo.Merge(FarPoint.Win.Spread.StyleInfo)">
          <a class="xref" href="FarPoint.Win.Spread.StyleInfo.Merge.html#FarPoint_Win_Spread_StyleInfo_Merge_FarPoint_Win_Spread_StyleInfo_">Merge(StyleInfo)</a>
        </td>
        <td class="markdown level1 summary"><p>Merges the style settings with the current object.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_StyleInfo_Merge_FarPoint_Win_Spread_StyleInfo_System_Boolean_" data-uid="FarPoint.Win.Spread.StyleInfo.Merge(FarPoint.Win.Spread.StyleInfo,System.Boolean)">
          <a class="xref" href="FarPoint.Win.Spread.StyleInfo.Merge.html#FarPoint_Win_Spread_StyleInfo_Merge_FarPoint_Win_Spread_StyleInfo_System_Boolean_">Merge(StyleInfo, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Merges the style settings with the current object with the option to
overwrite settings in the current object.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_StyleInfo_Reset" data-uid="FarPoint.Win.Spread.StyleInfo.Reset">
          <a class="xref" href="FarPoint.Win.Spread.StyleInfo.Reset.html#FarPoint_Win_Spread_StyleInfo_Reset">Reset()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets all the style settings in the <a class="xref" href="FarPoint.Win.Spread.StyleInfo.html">StyleInfo</a> object
to the default settings.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_StyleInfo_ResetBorder" data-uid="FarPoint.Win.Spread.StyleInfo.ResetBorder">
          <a class="xref" href="FarPoint.Win.Spread.StyleInfo.ResetBorder.html#FarPoint_Win_Spread_StyleInfo_ResetBorder">ResetBorder()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the <a class="xref" href="FarPoint.Win.Spread.StyleInfo.Border.html#FarPoint_Win_Spread_StyleInfo_Border">Border</a> property to its default value.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_StyleInfo_ResetCanFocus" data-uid="FarPoint.Win.Spread.StyleInfo.ResetCanFocus">
          <a class="xref" href="FarPoint.Win.Spread.StyleInfo.ResetCanFocus.html#FarPoint_Win_Spread_StyleInfo_ResetCanFocus">ResetCanFocus()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the <a class="xref" href="FarPoint.Win.Spread.StyleInfo.CanFocus.html#FarPoint_Win_Spread_StyleInfo_CanFocus">CanFocus</a> property to its default value.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_StyleInfo_ResetCellPadding" data-uid="FarPoint.Win.Spread.StyleInfo.ResetCellPadding">
          <a class="xref" href="FarPoint.Win.Spread.StyleInfo.ResetCellPadding.html#FarPoint_Win_Spread_StyleInfo_ResetCellPadding">ResetCellPadding()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the cell padding.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_StyleInfo_ResetCellType" data-uid="FarPoint.Win.Spread.StyleInfo.ResetCellType">
          <a class="xref" href="FarPoint.Win.Spread.StyleInfo.ResetCellType.html#FarPoint_Win_Spread_StyleInfo_ResetCellType">ResetCellType()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the <a class="xref" href="FarPoint.Win.Spread.StyleInfo.CellType.html#FarPoint_Win_Spread_StyleInfo_CellType">CellType</a> property to its default value.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_StyleInfo_ResetEditor" data-uid="FarPoint.Win.Spread.StyleInfo.ResetEditor">
          <a class="xref" href="FarPoint.Win.Spread.StyleInfo.ResetEditor.html#FarPoint_Win_Spread_StyleInfo_ResetEditor">ResetEditor()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the <a class="xref" href="FarPoint.Win.Spread.StyleInfo.Editor.html#FarPoint_Win_Spread_StyleInfo_Editor">Editor</a> property to its default value.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_StyleInfo_ResetFormatter" data-uid="FarPoint.Win.Spread.StyleInfo.ResetFormatter">
          <a class="xref" href="FarPoint.Win.Spread.StyleInfo.ResetFormatter.html#FarPoint_Win_Spread_StyleInfo_ResetFormatter">ResetFormatter()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the <a class="xref" href="FarPoint.Win.Spread.StyleInfo.Formatter.html#FarPoint_Win_Spread_StyleInfo_Formatter">Formatter</a> property to its default value.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_StyleInfo_ResetHorizontalAlignment" data-uid="FarPoint.Win.Spread.StyleInfo.ResetHorizontalAlignment">
          <a class="xref" href="FarPoint.Win.Spread.StyleInfo.ResetHorizontalAlignment.html#FarPoint_Win_Spread_StyleInfo_ResetHorizontalAlignment">ResetHorizontalAlignment()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the <a class="xref" href="FarPoint.Win.Spread.StyleInfo.HorizontalAlignment.html#FarPoint_Win_Spread_StyleInfo_HorizontalAlignment">HorizontalAlignment</a> property to its default value.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_StyleInfo_ResetImeMode" data-uid="FarPoint.Win.Spread.StyleInfo.ResetImeMode">
          <a class="xref" href="FarPoint.Win.Spread.StyleInfo.ResetImeMode.html#FarPoint_Win_Spread_StyleInfo_ResetImeMode">ResetImeMode()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the <a class="xref" href="FarPoint.Win.Spread.StyleInfo.ImeMode.html#FarPoint_Win_Spread_StyleInfo_ImeMode">ImeMode</a> property to its default value.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_StyleInfo_ResetImeSentenceMode" data-uid="FarPoint.Win.Spread.StyleInfo.ResetImeSentenceMode">
          <a class="xref" href="FarPoint.Win.Spread.StyleInfo.ResetImeSentenceMode.html#FarPoint_Win_Spread_StyleInfo_ResetImeSentenceMode">ResetImeSentenceMode()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the <a class="xref" href="FarPoint.Win.Spread.StyleInfo.ImeSentenceMode.html#FarPoint_Win_Spread_StyleInfo_ImeSentenceMode">ImeSentenceMode</a> property to its default value.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_StyleInfo_ResetInputScope" data-uid="FarPoint.Win.Spread.StyleInfo.ResetInputScope">
          <a class="xref" href="FarPoint.Win.Spread.StyleInfo.ResetInputScope.html#FarPoint_Win_Spread_StyleInfo_ResetInputScope">ResetInputScope()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the <a class="xref" href="FarPoint.Win.Spread.StyleInfo.InputScope.html#FarPoint_Win_Spread_StyleInfo_InputScope">InputScope</a> property to its default value.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_StyleInfo_ResetLockBackColor" data-uid="FarPoint.Win.Spread.StyleInfo.ResetLockBackColor">
          <a class="xref" href="FarPoint.Win.Spread.StyleInfo.ResetLockBackColor.html#FarPoint_Win_Spread_StyleInfo_ResetLockBackColor">ResetLockBackColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the LockBackColor of the style to the default</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_StyleInfo_ResetLockFont" data-uid="FarPoint.Win.Spread.StyleInfo.ResetLockFont">
          <a class="xref" href="FarPoint.Win.Spread.StyleInfo.ResetLockFont.html#FarPoint_Win_Spread_StyleInfo_ResetLockFont">ResetLockFont()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the LockFont of the style to the default</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_StyleInfo_ResetLockForeColor" data-uid="FarPoint.Win.Spread.StyleInfo.ResetLockForeColor">
          <a class="xref" href="FarPoint.Win.Spread.StyleInfo.ResetLockForeColor.html#FarPoint_Win_Spread_StyleInfo_ResetLockForeColor">ResetLockForeColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the LockForeColor of the style to the default</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_StyleInfo_ResetNoteIndicatorColor" data-uid="FarPoint.Win.Spread.StyleInfo.ResetNoteIndicatorColor">
          <a class="xref" href="FarPoint.Win.Spread.StyleInfo.ResetNoteIndicatorColor.html#FarPoint_Win_Spread_StyleInfo_ResetNoteIndicatorColor">ResetNoteIndicatorColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the <a class="xref" href="FarPoint.Win.Spread.StyleInfo.NoteIndicatorColor.html#FarPoint_Win_Spread_StyleInfo_NoteIndicatorColor">NoteIndicatorColor</a> property to its default value.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_StyleInfo_ResetNoteIndicatorPosition" data-uid="FarPoint.Win.Spread.StyleInfo.ResetNoteIndicatorPosition">
          <a class="xref" href="FarPoint.Win.Spread.StyleInfo.ResetNoteIndicatorPosition.html#FarPoint_Win_Spread_StyleInfo_ResetNoteIndicatorPosition">ResetNoteIndicatorPosition()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the cell note indicator position.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_StyleInfo_ResetNoteIndicatorSize" data-uid="FarPoint.Win.Spread.StyleInfo.ResetNoteIndicatorSize">
          <a class="xref" href="FarPoint.Win.Spread.StyleInfo.ResetNoteIndicatorSize.html#FarPoint_Win_Spread_StyleInfo_ResetNoteIndicatorSize">ResetNoteIndicatorSize()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the cell note indicator size.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_StyleInfo_ResetNoteStyle" data-uid="FarPoint.Win.Spread.StyleInfo.ResetNoteStyle">
          <a class="xref" href="FarPoint.Win.Spread.StyleInfo.ResetNoteStyle.html#FarPoint_Win_Spread_StyleInfo_ResetNoteStyle">ResetNoteStyle()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the <a class="xref" href="FarPoint.Win.Spread.StyleInfo.NoteStyle.html#FarPoint_Win_Spread_StyleInfo_NoteStyle">NoteStyle</a> property to its default value.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_StyleInfo_ResetParent" data-uid="FarPoint.Win.Spread.StyleInfo.ResetParent">
          <a class="xref" href="FarPoint.Win.Spread.StyleInfo.ResetParent.html#FarPoint_Win_Spread_StyleInfo_ResetParent">ResetParent()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the <a class="xref" href="FarPoint.Win.Spread.StyleInfo.Parent.html#FarPoint_Win_Spread_StyleInfo_Parent">Parent</a> property to its default value.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_StyleInfo_ResetProperty_FarPoint_Win_Spread_SheetStyleProperty_" data-uid="FarPoint.Win.Spread.StyleInfo.ResetProperty(FarPoint.Win.Spread.SheetStyleProperty)">
          <a class="xref" href="FarPoint.Win.Spread.StyleInfo.ResetProperty.html#FarPoint_Win_Spread_StyleInfo_ResetProperty_FarPoint_Win_Spread_SheetStyleProperty_">ResetProperty(SheetStyleProperty)</a>
        </td>
        <td class="markdown level1 summary"><p>Resets a style setting (property) to its default setting.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_StyleInfo_ResetRenderer" data-uid="FarPoint.Win.Spread.StyleInfo.ResetRenderer">
          <a class="xref" href="FarPoint.Win.Spread.StyleInfo.ResetRenderer.html#FarPoint_Win_Spread_StyleInfo_ResetRenderer">ResetRenderer()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the <a class="xref" href="FarPoint.Win.Spread.StyleInfo.Renderer.html#FarPoint_Win_Spread_StyleInfo_Renderer">Renderer</a> property to its default value.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_StyleInfo_ResetTabStop" data-uid="FarPoint.Win.Spread.StyleInfo.ResetTabStop">
          <a class="xref" href="FarPoint.Win.Spread.StyleInfo.ResetTabStop.html#FarPoint_Win_Spread_StyleInfo_ResetTabStop">ResetTabStop()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the <a class="xref" href="FarPoint.Win.Spread.StyleInfo.TabStop.html#FarPoint_Win_Spread_StyleInfo_TabStop">TabStop</a> property to its default value.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_StyleInfo_ResetTextIndent" data-uid="FarPoint.Win.Spread.StyleInfo.ResetTextIndent">
          <a class="xref" href="FarPoint.Win.Spread.StyleInfo.ResetTextIndent.html#FarPoint_Win_Spread_StyleInfo_ResetTextIndent">ResetTextIndent()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the text indent.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_StyleInfo_ResetVerticalAlignment" data-uid="FarPoint.Win.Spread.StyleInfo.ResetVerticalAlignment">
          <a class="xref" href="FarPoint.Win.Spread.StyleInfo.ResetVerticalAlignment.html#FarPoint_Win_Spread_StyleInfo_ResetVerticalAlignment">ResetVerticalAlignment()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the <a class="xref" href="FarPoint.Win.Spread.StyleInfo.VerticalAlignment.html#FarPoint_Win_Spread_StyleInfo_VerticalAlignment">VerticalAlignment</a> property to its default value.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_StyleInfo_ResetVisualStyles" data-uid="FarPoint.Win.Spread.StyleInfo.ResetVisualStyles">
          <a class="xref" href="FarPoint.Win.Spread.StyleInfo.ResetVisualStyles.html#FarPoint_Win_Spread_StyleInfo_ResetVisualStyles">ResetVisualStyles()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the visual styles (XP themes) for the style to the default.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_StyleInfo_Serialize_System_Xml_XmlTextWriter_" data-uid="FarPoint.Win.Spread.StyleInfo.Serialize(System.Xml.XmlTextWriter)">
          <a class="xref" href="FarPoint.Win.Spread.StyleInfo.Serialize.html#FarPoint_Win_Spread_StyleInfo_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_StyleInfo_SetAppearance_FarPoint_Win_Spread_Appearance_" data-uid="FarPoint.Win.Spread.StyleInfo.SetAppearance(FarPoint.Win.Spread.Appearance)">
          <a class="xref" href="FarPoint.Win.Spread.StyleInfo.SetAppearance.html#FarPoint_Win_Spread_StyleInfo_SetAppearance_FarPoint_Win_Spread_Appearance_">SetAppearance(Appearance)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the appearance settings of an <a class="xref" href="FarPoint.Win.Spread.Appearance.html">Appearance</a> object into
this object.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
