[]
        
(Showing Draft Content)

FarPoint.Win.Spread.NamedAppearanceStyleInfo

NamedAppearanceStyleInfo Class

Represents a special AppearanceStyleInfo that can define a cell style with the name.

Inheritance
NamedAppearanceStyleInfo
Namespace: FarPoint.Win.Spread
Assembly: FarPoint.Win.Spread.dll
Syntax
[TypeConverter(typeof(_abg))]
public sealed class NamedAppearanceStyleInfo : AppearanceStyleInfo, ICanSerializeXml, IComparable, IComparable<StyleInfo>, ICloneable, ISerializable, ISerializeSupport
<TypeConverter(GetType(_abg))>
Public NotInheritable Class NamedAppearanceStyleInfo
    Inherits AppearanceStyleInfo
    Implements ICanSerializeXml, IComparable, IComparable(Of StyleInfo), ICloneable, ISerializable, ISerializeSupport

Constructors

Name Description
NamedAppearanceStyleInfo(SerializationInfo, StreamingContext)

Initializes a new instance of this class.

NamedAppearanceStyleInfo(string)

Properties

Name Description
CellStyleName

Gets or sets the name of the NamedStyle.

Methods

Name Description
Clone()

Creates a clone of the current object.

Deserialize(XmlNodeReader)

Loads the object from XML.

GetActualStyle(DynamicStyleInfoContext)

Gets the actual CellStyle

GetObjectData(SerializationInfo, StreamingContext)

Gets the object data.

Serialize(XmlTextWriter)

Saves the object to XML.

ToString()

Returns a string that represents the NamedAppearanceStyleInfo.