# FarPoint.Win.Spread.NamedAppearanceStyleInfo

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Spread_NamedAppearanceStyleInfo" data-uid="FarPoint.Win.Spread.NamedAppearanceStyleInfo" class="text-break">NamedAppearanceStyleInfo Class
</h1>
  <div class="markdown level0 summary"><p>Represents a special <a class="xref" href="FarPoint.Win.Spread.AppearanceStyleInfo.html">AppearanceStyleInfo</a> that can define a cell style with the name.</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"><a class="xref" href="FarPoint.Win.Spread.AppearanceStyleInfo.html">AppearanceStyleInfo</a></div>
    <div class="level3"><span class="xref">NamedAppearanceStyleInfo</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="../FarPoint.Win/FarPoint.Win.ICanSerializeXml.html">ICanSerializeXml</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><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.icloneable">ICloneable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.runtime.serialization.iserializable">ISerializable</a></div>
    <div><a class="xref" href="../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_NamedAppearanceStyleInfo_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(_abw))]
public sealed class NamedAppearanceStyleInfo : AppearanceStyleInfo, ICanSerializeXml, IComparable, IComparable&lt;StyleInfo&gt;, ICloneable, ISerializable, ISerializeSupport</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(_abw))&gt;
Public NotInheritable Class NamedAppearanceStyleInfo
    Inherits AppearanceStyleInfo
    Implements ICanSerializeXml, IComparable, IComparable(Of StyleInfo), ICloneable, ISerializable, 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_NamedAppearanceStyleInfo__ctor_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_" data-uid="FarPoint.Win.Spread.NamedAppearanceStyleInfo.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
          <a class="xref" href="FarPoint.Win.Spread.NamedAppearanceStyleInfo.-ctor.html#FarPoint_Win_Spread_NamedAppearanceStyleInfo__ctor_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_">NamedAppearanceStyleInfo(SerializationInfo, StreamingContext)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of this class.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_NamedAppearanceStyleInfo__ctor_System_String_" data-uid="FarPoint.Win.Spread.NamedAppearanceStyleInfo.#ctor(System.String)">
          <a class="xref" href="FarPoint.Win.Spread.NamedAppearanceStyleInfo.-ctor.html#FarPoint_Win_Spread_NamedAppearanceStyleInfo__ctor_System_String_">NamedAppearanceStyleInfo(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="FarPoint.Win.Spread.NamedAppearanceStyleInfo.html">NamedAppearanceStyleInfo</a> class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="FarPoint_Win_Spread_NamedAppearanceStyleInfo_CellStyleName" data-uid="FarPoint.Win.Spread.NamedAppearanceStyleInfo.CellStyleName">
          <a class="xref" href="FarPoint.Win.Spread.NamedAppearanceStyleInfo.CellStyleName.html#FarPoint_Win_Spread_NamedAppearanceStyleInfo_CellStyleName">CellStyleName</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name of the <a class="xref" href="FarPoint.Win.Spread.NamedStyle.html">NamedStyle</a>.</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_NamedAppearanceStyleInfo_Clone" data-uid="FarPoint.Win.Spread.NamedAppearanceStyleInfo.Clone">
          <a class="xref" href="FarPoint.Win.Spread.NamedAppearanceStyleInfo.Clone.html#FarPoint_Win_Spread_NamedAppearanceStyleInfo_Clone">Clone()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a clone of the current object.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_NamedAppearanceStyleInfo_Deserialize_System_Xml_XmlNodeReader_" data-uid="FarPoint.Win.Spread.NamedAppearanceStyleInfo.Deserialize(System.Xml.XmlNodeReader)">
          <a class="xref" href="FarPoint.Win.Spread.NamedAppearanceStyleInfo.Deserialize.html#FarPoint_Win_Spread_NamedAppearanceStyleInfo_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_NamedAppearanceStyleInfo_GetActualStyle_FarPoint_Win_Spread_DynamicStyleInfoContext_" data-uid="FarPoint.Win.Spread.NamedAppearanceStyleInfo.GetActualStyle(FarPoint.Win.Spread.DynamicStyleInfoContext)">
          <a class="xref" href="FarPoint.Win.Spread.NamedAppearanceStyleInfo.GetActualStyle.html#FarPoint_Win_Spread_NamedAppearanceStyleInfo_GetActualStyle_FarPoint_Win_Spread_DynamicStyleInfoContext_">GetActualStyle(DynamicStyleInfoContext)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the actual CellStyle</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_NamedAppearanceStyleInfo_GetObjectData_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_" data-uid="FarPoint.Win.Spread.NamedAppearanceStyleInfo.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
          <a class="xref" href="FarPoint.Win.Spread.NamedAppearanceStyleInfo.GetObjectData.html#FarPoint_Win_Spread_NamedAppearanceStyleInfo_GetObjectData_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_">GetObjectData(SerializationInfo, StreamingContext)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the object data.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_NamedAppearanceStyleInfo_Serialize_System_Xml_XmlTextWriter_" data-uid="FarPoint.Win.Spread.NamedAppearanceStyleInfo.Serialize(System.Xml.XmlTextWriter)">
          <a class="xref" href="FarPoint.Win.Spread.NamedAppearanceStyleInfo.Serialize.html#FarPoint_Win_Spread_NamedAppearanceStyleInfo_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_NamedAppearanceStyleInfo_ToString" data-uid="FarPoint.Win.Spread.NamedAppearanceStyleInfo.ToString">
          <a class="xref" href="FarPoint.Win.Spread.NamedAppearanceStyleInfo.ToString.html#FarPoint_Win_Spread_NamedAppearanceStyleInfo_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a> that represents the <a class="xref" href="FarPoint.Win.Spread.NamedAppearanceStyleInfo.html">NamedAppearanceStyleInfo</a>.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
