[]
        
Represents the set of cell style settings for the validation.
[TypeConverter(typeof(_abh))]
public class AppearanceStyleInfo : StyleInfo, ICanSerializeXml, IComparable, IComparable<StyleInfo>, ICloneable, ISerializable, ISerializeSupport<TypeConverter(GetType(_abh))>
Public Class AppearanceStyleInfo
    Inherits StyleInfo
    Implements ICanSerializeXml, IComparable, IComparable(Of StyleInfo), ICloneable, ISerializable, ISerializeSupport| Name | Description | 
|---|---|
| AppearanceStyleInfo() | Creates a CellStyle instance. | 
| AppearanceStyleInfo(SerializationInfo, StreamingContext) | Initializes a new instance of this class. | 
| Name | Description | 
|---|---|
| BackColor | Gets or sets the cell background color for the notification style. | 
| Font | Gets or sets the font settings of the cell for the notification style. | 
| ForeColor | Gets or sets the text color of the cell for the notification style. | 
| HorizontalAlignment | Gets or sets the horizontal alignment of the contents of the cell style. | 
| TextIndent | Gets or sets the amount to indent the text for the cell style. | 
| VerticalAlignment | Gets or sets the vertical alignment of contents of the cell style. | 
| Name | Description | 
|---|---|
| Clone() | Creates a clone of the current object. | 
| Deserialize(XmlNodeReader) | Loads the object from XML. | 
| Equals(object) | Determines whether the specified object, is equal to this instance. | 
| GetActualStyle(DynamicStyleInfoContext) | Gets the actual style | 
| GetHashCode() | Serves as a hash function for a particular type. | 
| GetObjectData(SerializationInfo, StreamingContext) | Gets the object data. | 
| Serialize(XmlTextWriter) | Saves the object to XML. | 
| ToString() | Returns a string that represents the AppearanceStyleInfo. |