# FarPoint.Win.Spread.NamedStyle

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Spread_NamedStyle" data-uid="FarPoint.Win.Spread.NamedStyle" class="text-break">NamedStyle Class
</h1>
  <div class="markdown level0 summary"><p>Represents a custom style, an object that can be used to set
style information for other 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"><a class="xref" href="FarPoint.Win.Spread.StyleInfo.html">StyleInfo</a></div>
    <div class="level2"><span class="xref">NamedStyle</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <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><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>
  <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_NamedStyle_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(_ra))]
public class NamedStyle : StyleInfo, IComparable, IComparable&lt;StyleInfo&gt;, ISerializable, ICanSerializeXml, ISerializeSupport</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(_ra))&gt;
Public Class NamedStyle
    Inherits StyleInfo
    Implements IComparable, IComparable(Of StyleInfo), ISerializable, ICanSerializeXml, ISerializeSupport</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_NamedStyle__ctor" data-uid="FarPoint.Win.Spread.NamedStyle.#ctor">
          <a class="xref" href="FarPoint.Win.Spread.NamedStyle.-ctor.html#FarPoint_Win_Spread_NamedStyle__ctor">NamedStyle()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a custom style (NamedStyle object) with no name and no parent.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_NamedStyle__ctor_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_" data-uid="FarPoint.Win.Spread.NamedStyle.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
          <a class="xref" href="FarPoint.Win.Spread.NamedStyle.-ctor.html#FarPoint_Win_Spread_NamedStyle__ctor_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_">NamedStyle(SerializationInfo, StreamingContext)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a custom style (NamedStyle object) for sharing settings across models.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_NamedStyle__ctor_System_String_" data-uid="FarPoint.Win.Spread.NamedStyle.#ctor(System.String)">
          <a class="xref" href="FarPoint.Win.Spread.NamedStyle.-ctor.html#FarPoint_Win_Spread_NamedStyle__ctor_System_String_">NamedStyle(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a custom style (NamedStyle object) with the specified name.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_NamedStyle__ctor_System_String_System_String_" data-uid="FarPoint.Win.Spread.NamedStyle.#ctor(System.String,System.String)">
          <a class="xref" href="FarPoint.Win.Spread.NamedStyle.-ctor.html#FarPoint_Win_Spread_NamedStyle__ctor_System_String_System_String_">NamedStyle(string, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a custom style (NamedStyle object) with the specified name
and parent.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_NamedStyle__ctor_System_String_System_String_FarPoint_Win_Spread_StyleInfo_" data-uid="FarPoint.Win.Spread.NamedStyle.#ctor(System.String,System.String,FarPoint.Win.Spread.StyleInfo)">
          <a class="xref" href="FarPoint.Win.Spread.NamedStyle.-ctor.html#FarPoint_Win_Spread_NamedStyle__ctor_System_String_System_String_FarPoint_Win_Spread_StyleInfo_">NamedStyle(string, string, StyleInfo)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a custom style (NamedStyle object) using the specified StyleInfo object,
name, and parent name.</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_NamedStyle_BackColor" data-uid="FarPoint.Win.Spread.NamedStyle.BackColor">
          <a class="xref" href="FarPoint.Win.Spread.NamedStyle.BackColor.html#FarPoint_Win_Spread_NamedStyle_BackColor">BackColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the background color for the style.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_NamedStyle_Border" data-uid="FarPoint.Win.Spread.NamedStyle.Border">
          <a class="xref" href="FarPoint.Win.Spread.NamedStyle.Border.html#FarPoint_Win_Spread_NamedStyle_Border">Border</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the border for the style.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_NamedStyle_CanFocus" data-uid="FarPoint.Win.Spread.NamedStyle.CanFocus">
          <a class="xref" href="FarPoint.Win.Spread.NamedStyle.CanFocus.html#FarPoint_Win_Spread_NamedStyle_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_NamedStyle_CellPadding" data-uid="FarPoint.Win.Spread.NamedStyle.CellPadding">
          <a class="xref" href="FarPoint.Win.Spread.NamedStyle.CellPadding.html#FarPoint_Win_Spread_NamedStyle_CellPadding">CellPadding</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the amount of spaces for cell padding in the cell in pixels.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_NamedStyle_CellType" data-uid="FarPoint.Win.Spread.NamedStyle.CellType">
          <a class="xref" href="FarPoint.Win.Spread.NamedStyle.CellType.html#FarPoint_Win_Spread_NamedStyle_CellType">CellType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the cell type for the style.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_NamedStyle_Editor" data-uid="FarPoint.Win.Spread.NamedStyle.Editor">
          <a class="xref" href="FarPoint.Win.Spread.NamedStyle.Editor.html#FarPoint_Win_Spread_NamedStyle_Editor">Editor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the editor for the style.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_NamedStyle_Font" data-uid="FarPoint.Win.Spread.NamedStyle.Font">
          <a class="xref" href="FarPoint.Win.Spread.NamedStyle.Font.html#FarPoint_Win_Spread_NamedStyle_Font">Font</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the font for the style.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_NamedStyle_ForeColor" data-uid="FarPoint.Win.Spread.NamedStyle.ForeColor">
          <a class="xref" href="FarPoint.Win.Spread.NamedStyle.ForeColor.html#FarPoint_Win_Spread_NamedStyle_ForeColor">ForeColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text color for the style.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_NamedStyle_Formatter" data-uid="FarPoint.Win.Spread.NamedStyle.Formatter">
          <a class="xref" href="FarPoint.Win.Spread.NamedStyle.Formatter.html#FarPoint_Win_Spread_NamedStyle_Formatter">Formatter</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the formatter for the style.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_NamedStyle_HorizontalAlignment" data-uid="FarPoint.Win.Spread.NamedStyle.HorizontalAlignment">
          <a class="xref" href="FarPoint.Win.Spread.NamedStyle.HorizontalAlignment.html#FarPoint_Win_Spread_NamedStyle_HorizontalAlignment">HorizontalAlignment</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the horizontal alignment for the named style.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_NamedStyle_ImeMode" data-uid="FarPoint.Win.Spread.NamedStyle.ImeMode">
          <a class="xref" href="FarPoint.Win.Spread.NamedStyle.ImeMode.html#FarPoint_Win_Spread_NamedStyle_ImeMode">ImeMode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the IME mode for the style.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_NamedStyle_ImeSentenceMode" data-uid="FarPoint.Win.Spread.NamedStyle.ImeSentenceMode">
          <a class="xref" href="FarPoint.Win.Spread.NamedStyle.ImeSentenceMode.html#FarPoint_Win_Spread_NamedStyle_ImeSentenceMode">ImeSentenceMode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the IME sentence mode for the style.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_NamedStyle_InputScope" data-uid="FarPoint.Win.Spread.NamedStyle.InputScope">
          <a class="xref" href="FarPoint.Win.Spread.NamedStyle.InputScope.html#FarPoint_Win_Spread_NamedStyle_InputScope">InputScope</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the input scope for the style.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_NamedStyle_IsEmpty" data-uid="FarPoint.Win.Spread.NamedStyle.IsEmpty">
          <a class="xref" href="FarPoint.Win.Spread.NamedStyle.IsEmpty.html#FarPoint_Win_Spread_NamedStyle_IsEmpty">IsEmpty</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether there are no style settings set.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_NamedStyle_LockBackColor" data-uid="FarPoint.Win.Spread.NamedStyle.LockBackColor">
          <a class="xref" href="FarPoint.Win.Spread.NamedStyle.LockBackColor.html#FarPoint_Win_Spread_NamedStyle_LockBackColor">LockBackColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the background color of locked cells.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_NamedStyle_LockFont" data-uid="FarPoint.Win.Spread.NamedStyle.LockFont">
          <a class="xref" href="FarPoint.Win.Spread.NamedStyle.LockFont.html#FarPoint_Win_Spread_NamedStyle_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_NamedStyle_LockForeColor" data-uid="FarPoint.Win.Spread.NamedStyle.LockForeColor">
          <a class="xref" href="FarPoint.Win.Spread.NamedStyle.LockForeColor.html#FarPoint_Win_Spread_NamedStyle_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_NamedStyle_Locked" data-uid="FarPoint.Win.Spread.NamedStyle.Locked">
          <a class="xref" href="FarPoint.Win.Spread.NamedStyle.Locked.html#FarPoint_Win_Spread_NamedStyle_Locked">Locked</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether this style permits a cell to be edited when the sheet is protected.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_NamedStyle_Name" data-uid="FarPoint.Win.Spread.NamedStyle.Name">
          <a class="xref" href="FarPoint.Win.Spread.NamedStyle.Name.html#FarPoint_Win_Spread_NamedStyle_Name">Name</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name of the style.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_NamedStyle_NoteIndicatorColor" data-uid="FarPoint.Win.Spread.NamedStyle.NoteIndicatorColor">
          <a class="xref" href="FarPoint.Win.Spread.NamedStyle.NoteIndicatorColor.html#FarPoint_Win_Spread_NamedStyle_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_NamedStyle_NoteIndicatorPosition" data-uid="FarPoint.Win.Spread.NamedStyle.NoteIndicatorPosition">
          <a class="xref" href="FarPoint.Win.Spread.NamedStyle.NoteIndicatorPosition.html#FarPoint_Win_Spread_NamedStyle_NoteIndicatorPosition">NoteIndicatorPosition</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the position of the note indicator for a cell.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_NamedStyle_NoteIndicatorSize" data-uid="FarPoint.Win.Spread.NamedStyle.NoteIndicatorSize">
          <a class="xref" href="FarPoint.Win.Spread.NamedStyle.NoteIndicatorSize.html#FarPoint_Win_Spread_NamedStyle_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_NamedStyle_NoteStyle" data-uid="FarPoint.Win.Spread.NamedStyle.NoteStyle">
          <a class="xref" href="FarPoint.Win.Spread.NamedStyle.NoteStyle.html#FarPoint_Win_Spread_NamedStyle_NoteStyle">NoteStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the style of cell notes for the cell style.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_NamedStyle_Parent" data-uid="FarPoint.Win.Spread.NamedStyle.Parent">
          <a class="xref" href="FarPoint.Win.Spread.NamedStyle.Parent.html#FarPoint_Win_Spread_NamedStyle_Parent">Parent</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name of the parent for the style.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_NamedStyle_Renderer" data-uid="FarPoint.Win.Spread.NamedStyle.Renderer">
          <a class="xref" href="FarPoint.Win.Spread.NamedStyle.Renderer.html#FarPoint_Win_Spread_NamedStyle_Renderer">Renderer</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the renderer for the style.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_NamedStyle_TabStop" data-uid="FarPoint.Win.Spread.NamedStyle.TabStop">
          <a class="xref" href="FarPoint.Win.Spread.NamedStyle.TabStop.html#FarPoint_Win_Spread_NamedStyle_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_NamedStyle_TextIndent" data-uid="FarPoint.Win.Spread.NamedStyle.TextIndent">
          <a class="xref" href="FarPoint.Win.Spread.NamedStyle.TextIndent.html#FarPoint_Win_Spread_NamedStyle_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_NamedStyle_VerticalAlignment" data-uid="FarPoint.Win.Spread.NamedStyle.VerticalAlignment">
          <a class="xref" href="FarPoint.Win.Spread.NamedStyle.VerticalAlignment.html#FarPoint_Win_Spread_NamedStyle_VerticalAlignment">VerticalAlignment</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the vertical alignment for the style.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_NamedStyle_VisualStyles" data-uid="FarPoint.Win.Spread.NamedStyle.VisualStyles">
          <a class="xref" href="FarPoint.Win.Spread.NamedStyle.VisualStyles.html#FarPoint_Win_Spread_NamedStyle_VisualStyles">VisualStyles</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the visual style setting for the named style.</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_NamedStyle_Clone" data-uid="FarPoint.Win.Spread.NamedStyle.Clone">
          <a class="xref" href="FarPoint.Win.Spread.NamedStyle.Clone.html#FarPoint_Win_Spread_NamedStyle_Clone">Clone()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates and returns a copy of this object.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_NamedStyle_CopyFrom_System_Object_" data-uid="FarPoint.Win.Spread.NamedStyle.CopyFrom(System.Object)">
          <a class="xref" href="FarPoint.Win.Spread.NamedStyle.CopyFrom.html#FarPoint_Win_Spread_NamedStyle_CopyFrom_System_Object_">CopyFrom(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Copies the properties of the specified object to the current object.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_NamedStyle_CopyTo_GrapeCity_Spreadsheet_Win_BaseStyleInfo_" data-uid="FarPoint.Win.Spread.NamedStyle.CopyTo(GrapeCity.Spreadsheet.Win.BaseStyleInfo)">
          <a class="xref" href="FarPoint.Win.Spread.NamedStyle.CopyTo.html#FarPoint_Win_Spread_NamedStyle_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_NamedStyle_Deserialize_System_Xml_XmlNodeReader_" data-uid="FarPoint.Win.Spread.NamedStyle.Deserialize(System.Xml.XmlNodeReader)">
          <a class="xref" href="FarPoint.Win.Spread.NamedStyle.Deserialize.html#FarPoint_Win_Spread_NamedStyle_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_NamedStyle_Equals_System_Object_" data-uid="FarPoint.Win.Spread.NamedStyle.Equals(System.Object)">
          <a class="xref" href="FarPoint.Win.Spread.NamedStyle.Equals.html#FarPoint_Win_Spread_NamedStyle_Equals_System_Object_">Equals(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether another object is a reference to this object.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_NamedStyle_GetHashCode" data-uid="FarPoint.Win.Spread.NamedStyle.GetHashCode">
          <a class="xref" href="FarPoint.Win.Spread.NamedStyle.GetHashCode.html#FarPoint_Win_Spread_NamedStyle_GetHashCode">GetHashCode()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the hash code of this object.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_NamedStyle_GetObjectData_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_" data-uid="FarPoint.Win.Spread.NamedStyle.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
          <a class="xref" href="FarPoint.Win.Spread.NamedStyle.GetObjectData.html#FarPoint_Win_Spread_NamedStyle_GetObjectData_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_">GetObjectData(SerializationInfo, StreamingContext)</a>
        </td>
        <td class="markdown level1 summary"><p>Populates the SerializationInfo class with information
about the style settings.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_NamedStyle_IsBackColorSet" data-uid="FarPoint.Win.Spread.NamedStyle.IsBackColorSet">
          <a class="xref" href="FarPoint.Win.Spread.NamedStyle.IsBackColorSet.html#FarPoint_Win_Spread_NamedStyle_IsBackColorSet">IsBackColorSet()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the background color of the cell (BackColor property) is set.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_NamedStyle_IsBorderSet" data-uid="FarPoint.Win.Spread.NamedStyle.IsBorderSet">
          <a class="xref" href="FarPoint.Win.Spread.NamedStyle.IsBorderSet.html#FarPoint_Win_Spread_NamedStyle_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_NamedStyle_IsCanFocusSet" data-uid="FarPoint.Win.Spread.NamedStyle.IsCanFocusSet">
          <a class="xref" href="FarPoint.Win.Spread.NamedStyle.IsCanFocusSet.html#FarPoint_Win_Spread_NamedStyle_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_NamedStyle_IsCellPaddingSet" data-uid="FarPoint.Win.Spread.NamedStyle.IsCellPaddingSet">
          <a class="xref" href="FarPoint.Win.Spread.NamedStyle.IsCellPaddingSet.html#FarPoint_Win_Spread_NamedStyle_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_NamedStyle_IsCellTypeSet" data-uid="FarPoint.Win.Spread.NamedStyle.IsCellTypeSet">
          <a class="xref" href="FarPoint.Win.Spread.NamedStyle.IsCellTypeSet.html#FarPoint_Win_Spread_NamedStyle_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_NamedStyle_IsEditorSet" data-uid="FarPoint.Win.Spread.NamedStyle.IsEditorSet">
          <a class="xref" href="FarPoint.Win.Spread.NamedStyle.IsEditorSet.html#FarPoint_Win_Spread_NamedStyle_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_NamedStyle_IsFontSet" data-uid="FarPoint.Win.Spread.NamedStyle.IsFontSet">
          <a class="xref" href="FarPoint.Win.Spread.NamedStyle.IsFontSet.html#FarPoint_Win_Spread_NamedStyle_IsFontSet">IsFontSet()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the font of the cell (Font property) is set.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_NamedStyle_IsForeColorSet" data-uid="FarPoint.Win.Spread.NamedStyle.IsForeColorSet">
          <a class="xref" href="FarPoint.Win.Spread.NamedStyle.IsForeColorSet.html#FarPoint_Win_Spread_NamedStyle_IsForeColorSet">IsForeColorSet()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the text color of the cell (ForeColor property) is set.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_NamedStyle_IsFormatterSet" data-uid="FarPoint.Win.Spread.NamedStyle.IsFormatterSet">
          <a class="xref" href="FarPoint.Win.Spread.NamedStyle.IsFormatterSet.html#FarPoint_Win_Spread_NamedStyle_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_NamedStyle_IsHorizontalAlignmentSet" data-uid="FarPoint.Win.Spread.NamedStyle.IsHorizontalAlignmentSet">
          <a class="xref" href="FarPoint.Win.Spread.NamedStyle.IsHorizontalAlignmentSet.html#FarPoint_Win_Spread_NamedStyle_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_NamedStyle_IsImeModeSet" data-uid="FarPoint.Win.Spread.NamedStyle.IsImeModeSet">
          <a class="xref" href="FarPoint.Win.Spread.NamedStyle.IsImeModeSet.html#FarPoint_Win_Spread_NamedStyle_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_NamedStyle_IsImeSentenceModeSet" data-uid="FarPoint.Win.Spread.NamedStyle.IsImeSentenceModeSet">
          <a class="xref" href="FarPoint.Win.Spread.NamedStyle.IsImeSentenceModeSet.html#FarPoint_Win_Spread_NamedStyle_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_NamedStyle_IsInputScopeSet" data-uid="FarPoint.Win.Spread.NamedStyle.IsInputScopeSet">
          <a class="xref" href="FarPoint.Win.Spread.NamedStyle.IsInputScopeSet.html#FarPoint_Win_Spread_NamedStyle_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_NamedStyle_IsLockBackColorSet" data-uid="FarPoint.Win.Spread.NamedStyle.IsLockBackColorSet">
          <a class="xref" href="FarPoint.Win.Spread.NamedStyle.IsLockBackColorSet.html#FarPoint_Win_Spread_NamedStyle_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_NamedStyle_IsLockFontSet" data-uid="FarPoint.Win.Spread.NamedStyle.IsLockFontSet">
          <a class="xref" href="FarPoint.Win.Spread.NamedStyle.IsLockFontSet.html#FarPoint_Win_Spread_NamedStyle_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_NamedStyle_IsLockForeColorSet" data-uid="FarPoint.Win.Spread.NamedStyle.IsLockForeColorSet">
          <a class="xref" href="FarPoint.Win.Spread.NamedStyle.IsLockForeColorSet.html#FarPoint_Win_Spread_NamedStyle_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_NamedStyle_IsLockedSet" data-uid="FarPoint.Win.Spread.NamedStyle.IsLockedSet">
          <a class="xref" href="FarPoint.Win.Spread.NamedStyle.IsLockedSet.html#FarPoint_Win_Spread_NamedStyle_IsLockedSet">IsLockedSet()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether the locked setting of the cell (Locked property) is set.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_NamedStyle_IsNoteIndicatorColorSet" data-uid="FarPoint.Win.Spread.NamedStyle.IsNoteIndicatorColorSet">
          <a class="xref" href="FarPoint.Win.Spread.NamedStyle.IsNoteIndicatorColorSet.html#FarPoint_Win_Spread_NamedStyle_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_NamedStyle_IsNoteIndicatorPositionSet" data-uid="FarPoint.Win.Spread.NamedStyle.IsNoteIndicatorPositionSet">
          <a class="xref" href="FarPoint.Win.Spread.NamedStyle.IsNoteIndicatorPositionSet.html#FarPoint_Win_Spread_NamedStyle_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_NamedStyle_IsNoteIndicatorSizeSet" data-uid="FarPoint.Win.Spread.NamedStyle.IsNoteIndicatorSizeSet">
          <a class="xref" href="FarPoint.Win.Spread.NamedStyle.IsNoteIndicatorSizeSet.html#FarPoint_Win_Spread_NamedStyle_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_NamedStyle_IsNoteStyleSet" data-uid="FarPoint.Win.Spread.NamedStyle.IsNoteStyleSet">
          <a class="xref" href="FarPoint.Win.Spread.NamedStyle.IsNoteStyleSet.html#FarPoint_Win_Spread_NamedStyle_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_NamedStyle_IsPropertySet_FarPoint_Win_Spread_SheetStyleProperty_" data-uid="FarPoint.Win.Spread.NamedStyle.IsPropertySet(FarPoint.Win.Spread.SheetStyleProperty)">
          <a class="xref" href="FarPoint.Win.Spread.NamedStyle.IsPropertySet.html#FarPoint_Win_Spread_NamedStyle_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_NamedStyle_IsRendererSet" data-uid="FarPoint.Win.Spread.NamedStyle.IsRendererSet">
          <a class="xref" href="FarPoint.Win.Spread.NamedStyle.IsRendererSet.html#FarPoint_Win_Spread_NamedStyle_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_NamedStyle_IsTabStopSet" data-uid="FarPoint.Win.Spread.NamedStyle.IsTabStopSet">
          <a class="xref" href="FarPoint.Win.Spread.NamedStyle.IsTabStopSet.html#FarPoint_Win_Spread_NamedStyle_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_NamedStyle_IsTextIndentSet" data-uid="FarPoint.Win.Spread.NamedStyle.IsTextIndentSet">
          <a class="xref" href="FarPoint.Win.Spread.NamedStyle.IsTextIndentSet.html#FarPoint_Win_Spread_NamedStyle_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_NamedStyle_IsVerticalAlignmentSet" data-uid="FarPoint.Win.Spread.NamedStyle.IsVerticalAlignmentSet">
          <a class="xref" href="FarPoint.Win.Spread.NamedStyle.IsVerticalAlignmentSet.html#FarPoint_Win_Spread_NamedStyle_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_NamedStyle_IsVisualStyleSet" data-uid="FarPoint.Win.Spread.NamedStyle.IsVisualStyleSet">
          <a class="xref" href="FarPoint.Win.Spread.NamedStyle.IsVisualStyleSet.html#FarPoint_Win_Spread_NamedStyle_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_NamedStyle_OnChanged_System_EventArgs_" data-uid="FarPoint.Win.Spread.NamedStyle.OnChanged(System.EventArgs)">
          <a class="xref" href="FarPoint.Win.Spread.NamedStyle.OnChanged.html#FarPoint_Win_Spread_NamedStyle_OnChanged_System_EventArgs_">OnChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the Changed event.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_NamedStyle_Reset" data-uid="FarPoint.Win.Spread.NamedStyle.Reset">
          <a class="xref" href="FarPoint.Win.Spread.NamedStyle.Reset.html#FarPoint_Win_Spread_NamedStyle_Reset">Reset()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets all the named style properties to their default values.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_NamedStyle_ResetBackColor" data-uid="FarPoint.Win.Spread.NamedStyle.ResetBackColor">
          <a class="xref" href="FarPoint.Win.Spread.NamedStyle.ResetBackColor.html#FarPoint_Win_Spread_NamedStyle_ResetBackColor">ResetBackColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the background color for the style to the default setting (not set).</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_NamedStyle_ResetBorder" data-uid="FarPoint.Win.Spread.NamedStyle.ResetBorder">
          <a class="xref" href="FarPoint.Win.Spread.NamedStyle.ResetBorder.html#FarPoint_Win_Spread_NamedStyle_ResetBorder">ResetBorder()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the border for the style to the default setting (not set).</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_NamedStyle_ResetCanFocus" data-uid="FarPoint.Win.Spread.NamedStyle.ResetCanFocus">
          <a class="xref" href="FarPoint.Win.Spread.NamedStyle.ResetCanFocus.html#FarPoint_Win_Spread_NamedStyle_ResetCanFocus">ResetCanFocus()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets to its default value whether the user can set focus to the cell using the keyboard or mouse.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_NamedStyle_ResetCellPadding" data-uid="FarPoint.Win.Spread.NamedStyle.ResetCellPadding">
          <a class="xref" href="FarPoint.Win.Spread.NamedStyle.ResetCellPadding.html#FarPoint_Win_Spread_NamedStyle_ResetCellPadding">ResetCellPadding()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the cell padding.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_NamedStyle_ResetCellType" data-uid="FarPoint.Win.Spread.NamedStyle.ResetCellType">
          <a class="xref" href="FarPoint.Win.Spread.NamedStyle.ResetCellType.html#FarPoint_Win_Spread_NamedStyle_ResetCellType">ResetCellType()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the cell type for the style to the default setting (not set).</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_NamedStyle_ResetEditor" data-uid="FarPoint.Win.Spread.NamedStyle.ResetEditor">
          <a class="xref" href="FarPoint.Win.Spread.NamedStyle.ResetEditor.html#FarPoint_Win_Spread_NamedStyle_ResetEditor">ResetEditor()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the editor for the style to the default setting (not set).</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_NamedStyle_ResetFont" data-uid="FarPoint.Win.Spread.NamedStyle.ResetFont">
          <a class="xref" href="FarPoint.Win.Spread.NamedStyle.ResetFont.html#FarPoint_Win_Spread_NamedStyle_ResetFont">ResetFont()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the font for the style to the default setting (not set).</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_NamedStyle_ResetForeColor" data-uid="FarPoint.Win.Spread.NamedStyle.ResetForeColor">
          <a class="xref" href="FarPoint.Win.Spread.NamedStyle.ResetForeColor.html#FarPoint_Win_Spread_NamedStyle_ResetForeColor">ResetForeColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the text color for the style to the default setting (not set).</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_NamedStyle_ResetFormatter" data-uid="FarPoint.Win.Spread.NamedStyle.ResetFormatter">
          <a class="xref" href="FarPoint.Win.Spread.NamedStyle.ResetFormatter.html#FarPoint_Win_Spread_NamedStyle_ResetFormatter">ResetFormatter()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the formatter for the style to the default setting (not set).</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_NamedStyle_ResetHorizontalAlignment" data-uid="FarPoint.Win.Spread.NamedStyle.ResetHorizontalAlignment">
          <a class="xref" href="FarPoint.Win.Spread.NamedStyle.ResetHorizontalAlignment.html#FarPoint_Win_Spread_NamedStyle_ResetHorizontalAlignment">ResetHorizontalAlignment()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the horizontal alignment for the style to the default setting (not set).</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_NamedStyle_ResetImeMode" data-uid="FarPoint.Win.Spread.NamedStyle.ResetImeMode">
          <a class="xref" href="FarPoint.Win.Spread.NamedStyle.ResetImeMode.html#FarPoint_Win_Spread_NamedStyle_ResetImeMode">ResetImeMode()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the IME mode for the style to the default setting (not set).</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_NamedStyle_ResetImeSentenceMode" data-uid="FarPoint.Win.Spread.NamedStyle.ResetImeSentenceMode">
          <a class="xref" href="FarPoint.Win.Spread.NamedStyle.ResetImeSentenceMode.html#FarPoint_Win_Spread_NamedStyle_ResetImeSentenceMode">ResetImeSentenceMode()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the IME sentence mode for the style to the default setting (not set).</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_NamedStyle_ResetInputScope" data-uid="FarPoint.Win.Spread.NamedStyle.ResetInputScope">
          <a class="xref" href="FarPoint.Win.Spread.NamedStyle.ResetInputScope.html#FarPoint_Win_Spread_NamedStyle_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_NamedStyle_ResetLockBackColor" data-uid="FarPoint.Win.Spread.NamedStyle.ResetLockBackColor">
          <a class="xref" href="FarPoint.Win.Spread.NamedStyle.ResetLockBackColor.html#FarPoint_Win_Spread_NamedStyle_ResetLockBackColor">ResetLockBackColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the lock background color for the style to the default setting (not set).</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_NamedStyle_ResetLockFont" data-uid="FarPoint.Win.Spread.NamedStyle.ResetLockFont">
          <a class="xref" href="FarPoint.Win.Spread.NamedStyle.ResetLockFont.html#FarPoint_Win_Spread_NamedStyle_ResetLockFont">ResetLockFont()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the lock font for the style to the default setting (not set).</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_NamedStyle_ResetLockForeColor" data-uid="FarPoint.Win.Spread.NamedStyle.ResetLockForeColor">
          <a class="xref" href="FarPoint.Win.Spread.NamedStyle.ResetLockForeColor.html#FarPoint_Win_Spread_NamedStyle_ResetLockForeColor">ResetLockForeColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the lock fore color for the style to the default setting (not set).</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_NamedStyle_ResetLocked" data-uid="FarPoint.Win.Spread.NamedStyle.ResetLocked">
          <a class="xref" href="FarPoint.Win.Spread.NamedStyle.ResetLocked.html#FarPoint_Win_Spread_NamedStyle_ResetLocked">ResetLocked()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets to the default setting for the style whether this style permits a cell to be edited
when the sheet is protected (not set).</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_NamedStyle_ResetName" data-uid="FarPoint.Win.Spread.NamedStyle.ResetName">
          <a class="xref" href="FarPoint.Win.Spread.NamedStyle.ResetName.html#FarPoint_Win_Spread_NamedStyle_ResetName">ResetName()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the name of the style to the default (String.Empty).</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_NamedStyle_ResetNoteIndicatorColor" data-uid="FarPoint.Win.Spread.NamedStyle.ResetNoteIndicatorColor">
          <a class="xref" href="FarPoint.Win.Spread.NamedStyle.ResetNoteIndicatorColor.html#FarPoint_Win_Spread_NamedStyle_ResetNoteIndicatorColor">ResetNoteIndicatorColor()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets to its default value the color of the note indicator for the style.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_NamedStyle_ResetNoteIndicatorPosition" data-uid="FarPoint.Win.Spread.NamedStyle.ResetNoteIndicatorPosition">
          <a class="xref" href="FarPoint.Win.Spread.NamedStyle.ResetNoteIndicatorPosition.html#FarPoint_Win_Spread_NamedStyle_ResetNoteIndicatorPosition">ResetNoteIndicatorPosition()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets to its default value the position of the note indicator for the style.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_NamedStyle_ResetNoteIndicatorSize" data-uid="FarPoint.Win.Spread.NamedStyle.ResetNoteIndicatorSize">
          <a class="xref" href="FarPoint.Win.Spread.NamedStyle.ResetNoteIndicatorSize.html#FarPoint_Win_Spread_NamedStyle_ResetNoteIndicatorSize">ResetNoteIndicatorSize()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets to its default value the color of the note indicator for the style.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_NamedStyle_ResetNoteStyle" data-uid="FarPoint.Win.Spread.NamedStyle.ResetNoteStyle">
          <a class="xref" href="FarPoint.Win.Spread.NamedStyle.ResetNoteStyle.html#FarPoint_Win_Spread_NamedStyle_ResetNoteStyle">ResetNoteStyle()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets to the default setting the style of cell notes (not set).</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_NamedStyle_ResetParent" data-uid="FarPoint.Win.Spread.NamedStyle.ResetParent">
          <a class="xref" href="FarPoint.Win.Spread.NamedStyle.ResetParent.html#FarPoint_Win_Spread_NamedStyle_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_NamedStyle_ResetProperty_FarPoint_Win_Spread_SheetStyleProperty_" data-uid="FarPoint.Win.Spread.NamedStyle.ResetProperty(FarPoint.Win.Spread.SheetStyleProperty)">
          <a class="xref" href="FarPoint.Win.Spread.NamedStyle.ResetProperty.html#FarPoint_Win_Spread_NamedStyle_ResetProperty_FarPoint_Win_Spread_SheetStyleProperty_">ResetProperty(SheetStyleProperty)</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the specified property to the default setting (not set).</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_NamedStyle_ResetRenderer" data-uid="FarPoint.Win.Spread.NamedStyle.ResetRenderer">
          <a class="xref" href="FarPoint.Win.Spread.NamedStyle.ResetRenderer.html#FarPoint_Win_Spread_NamedStyle_ResetRenderer">ResetRenderer()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the renderer for the style to the default setting (not set).</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_NamedStyle_ResetTabStop" data-uid="FarPoint.Win.Spread.NamedStyle.ResetTabStop">
          <a class="xref" href="FarPoint.Win.Spread.NamedStyle.ResetTabStop.html#FarPoint_Win_Spread_NamedStyle_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_NamedStyle_ResetTextIndent" data-uid="FarPoint.Win.Spread.NamedStyle.ResetTextIndent">
          <a class="xref" href="FarPoint.Win.Spread.NamedStyle.ResetTextIndent.html#FarPoint_Win_Spread_NamedStyle_ResetTextIndent">ResetTextIndent()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the text indent.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_NamedStyle_ResetVerticalAlignment" data-uid="FarPoint.Win.Spread.NamedStyle.ResetVerticalAlignment">
          <a class="xref" href="FarPoint.Win.Spread.NamedStyle.ResetVerticalAlignment.html#FarPoint_Win_Spread_NamedStyle_ResetVerticalAlignment">ResetVerticalAlignment()</a>
        </td>
        <td class="markdown level1 summary"><p>Resets the vertical alignment for the style to the default setting (not set).</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_NamedStyle_ResetVisualStyles" data-uid="FarPoint.Win.Spread.NamedStyle.ResetVisualStyles">
          <a class="xref" href="FarPoint.Win.Spread.NamedStyle.ResetVisualStyles.html#FarPoint_Win_Spread_NamedStyle_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_NamedStyle_Serialize_System_Xml_XmlTextWriter_" data-uid="FarPoint.Win.Spread.NamedStyle.Serialize(System.Xml.XmlTextWriter)">
          <a class="xref" href="FarPoint.Win.Spread.NamedStyle.Serialize.html#FarPoint_Win_Spread_NamedStyle_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_NamedStyle_ToString" data-uid="FarPoint.Win.Spread.NamedStyle.ToString">
          <a class="xref" href="FarPoint.Win.Spread.NamedStyle.ToString.html#FarPoint_Win_Spread_NamedStyle_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the value of the Name property.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="events">Events
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="FarPoint_Win_Spread_NamedStyle_Changed" data-uid="FarPoint.Win.Spread.NamedStyle.Changed">
          <a class="xref" href="FarPoint.Win.Spread.NamedStyle.Changed.html">Changed</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the named style has changed.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="operators">Operators
</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_NamedStyle_op_Equality_FarPoint_Win_Spread_NamedStyle_System_Object_" data-uid="FarPoint.Win.Spread.NamedStyle.op_Equality(FarPoint.Win.Spread.NamedStyle,System.Object)">
          <a class="xref" href="FarPoint.Win.Spread.NamedStyle.op_Equality.html#FarPoint_Win_Spread_NamedStyle_op_Equality_FarPoint_Win_Spread_NamedStyle_System_Object_">operator ==(NamedStyle, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether two styles (a specified object and a NamedStyle object) are equal.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_NamedStyle_op_Inequality_FarPoint_Win_Spread_NamedStyle_System_Object_" data-uid="FarPoint.Win.Spread.NamedStyle.op_Inequality(FarPoint.Win.Spread.NamedStyle,System.Object)">
          <a class="xref" href="FarPoint.Win.Spread.NamedStyle.op_Inequality.html#FarPoint_Win_Spread_NamedStyle_op_Inequality_FarPoint_Win_Spread_NamedStyle_System_Object_">operator !=(NamedStyle, object)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether two styles (a specified object and a NamedStyle object) are not equal.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
