[]
Represents a special AppearanceStyleInfo that can define a cell style with the name.
[TypeConverter(typeof(_abi))]
public sealed class NamedAppearanceStyleInfo : AppearanceStyleInfo, ICanSerializeXml, IComparable, IComparable<StyleInfo>, ICloneable, ISerializable, ISerializeSupport
<TypeConverter(GetType(_abi))>
Public NotInheritable Class NamedAppearanceStyleInfo
Inherits AppearanceStyleInfo
Implements ICanSerializeXml, IComparable, IComparable(Of StyleInfo), ICloneable, ISerializable, ISerializeSupport
| Name | Description |
|---|---|
| NamedAppearanceStyleInfo(SerializationInfo, StreamingContext) | Initializes a new instance of this class. |
| NamedAppearanceStyleInfo(string) | Initializes a new instance of the NamedAppearanceStyleInfo class. |
| Name | Description |
|---|---|
| CellStyleName | Gets or sets the name of the NamedStyle. |
| 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. |