[]
        
(Showing Draft Content)

FarPoint.Win.Spread.PrePaintConditionalFormattingRule

PrePaintConditionalFormattingRule Class

Represents a conditional format rule that is executed before painting the cell.

Namespace: FarPoint.Win.Spread
Assembly: FarPoint.Win.Spread.dll
Syntax
public class PrePaintConditionalFormattingRule : ConditionalFormattingRule, ICanSerializeXml, ISerializeSupport, ISerializable, IPrePaintConditionalFormattingRule, IConditionalFormattingRule, INotifyPropertyChanged, ICloneable
Public Class PrePaintConditionalFormattingRule
    Inherits ConditionalFormattingRule
    Implements ICanSerializeXml, ISerializeSupport, ISerializable, IPrePaintConditionalFormattingRule, IConditionalFormattingRule, INotifyPropertyChanged, ICloneable

Constructors

Name Description
PrePaintConditionalFormattingRule()

Initializes a new instance of the PrePaintConditionalFormattingRule class.

PrePaintConditionalFormattingRule(SerializationInfo, StreamingContext)

Initializes a new instance of the PrePaintConditionalFormattingRule class from serialization.

Methods

Name Description
Execute(int, int, object)

Executes the conditional format rule for changing the cell's style.

Execute(object)

Executes the conditional format rule for changing the cell's style.

GetAllRules()

Gets all rules.

GetObjectData(SerializationInfo, StreamingContext)

Populates a System.Runtime.Serialization.SerializationInfo with the data needed to serialize the target object.