[]
        
(Showing Draft Content)

FarPoint.Win.Spread.CellStyleNotify

CellStyleNotify Class

Represents a special AppearanceActionBase that displays the InvalidCellStyle on the validating cell if the validation fails.

Inheritance
CellStyleNotify
Namespace: FarPoint.Win.Spread
Assembly: FarPoint.Win.Spread.dll
Syntax
[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

Constructors

Name Description
CellStyleNotify()

Initializes a new instance of the CellStyleNotify class.

CellStyleNotify(SerializationInfo, StreamingContext)

Initializes a new instance of this class.

Properties

Name Description
InvalidCellStyle

Gets or sets a StyleInfo object that is used for the validating cell when the validation fails.

Methods

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.