[]
Represents a special AppearanceStyleInfo that can define a cell style with the name.
[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
Name | Description |
---|---|
NamedAppearanceStyleInfo(SerializationInfo, StreamingContext) | Initializes a new instance of this class. |
NamedAppearanceStyleInfo(string) |
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. |