[]
Represents a special AppearanceActionBase that displays the InvalidCellStyle on the validating cell if the validation fails.
[ToolboxBitmap(typeof(FpSpread), "CellStyleNotify.png")]
[TypeConverter(typeof(CellStyleNotify._a))]
public class CellStyleNotify : AppearanceActionBase, ICloneable, ISerializable, ISerializeSupport, INamedObject
<ToolboxBitmap(GetType(FpSpread), "CellStyleNotify.png")>
<TypeConverter(GetType(CellStyleNotify._a))>
Public Class CellStyleNotify
Inherits AppearanceActionBase
Implements ICloneable, ISerializable, ISerializeSupport, INamedObject
| Name | Description |
|---|---|
| CellStyleNotify() | Initializes a new instance of the CellStyleNotify class. |
| CellStyleNotify(SerializationInfo, StreamingContext) | Initializes a new instance of this class. |
| Name | Description |
|---|---|
| InvalidCellStyle | Gets or sets a StyleInfo object that is used for the validating cell when the validation fails. |
| Name | Description |
|---|---|
| Clone() | Creates an exact copy of the current CellStyleNotify. |
| Deserialize(XmlNodeReader) | Loads the object from XML. |
| GetObjectData(SerializationInfo, StreamingContext) | Gets the object data. |
| Serialize(XmlTextWriter) | Saves the object to XML. |