[]
        
(Showing Draft Content)

FarPoint.Web.Spread.FormulaConditionalFormattingRule

FormulaConditionalFormattingRule Class

Represents the conditional formatting rule that uses a formula to determine which cells to format before starting to paint the background.

Namespace: FarPoint.Web.Spread
Assembly: FarPoint.Web.Spread.dll
Syntax
public class FormulaConditionalFormattingRule : HighlightConditionalFormattingRule, ICanSerializeXml, ISerializeSupport, IStopablePrePaintConditionalFormattingRule, IPrePaintConditionalFormattingRule, IExcelExporter, IFilterSupportConditionalFormattingRule, IConditionalFormattingRule, INotifyPropertyChanged, ISerializable, IExpressionConsumer, ICloneable
Public Class FormulaConditionalFormattingRule
    Inherits HighlightConditionalFormattingRule
    Implements ICanSerializeXml, ISerializeSupport, IStopablePrePaintConditionalFormattingRule, IPrePaintConditionalFormattingRule, IExcelExporter, IFilterSupportConditionalFormattingRule, IConditionalFormattingRule, INotifyPropertyChanged, ISerializable, IExpressionConsumer, ICloneable

Constructors

Name Description
FormulaConditionalFormattingRule(SerializationInfo, StreamingContext)

Initializes a new instance of the FormulaConditionalFormattingRule class from serialization.

FormulaConditionalFormattingRule(string)

Initializes a new instance of the FormulaConditionalFormattingRule class.

Properties

Name Description
Formula

Gets or sets the formula.

Methods

Name Description
DeserializeEntry(SerializationEntry)
Execute(int, int, object)

Executes the conditional format rule to change the cell's style.

GetObjectData(SerializationInfo, StreamingContext)

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