[]
        
(Showing Draft Content)

FarPoint.Web.Spread.HighlightConditionalFormattingRule

HighlightConditionalFormattingRule Class

Represents the conditional formatting rule that is used before starting to paint the background.

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

Constructors

Name Description
HighlightConditionalFormattingRule()

Initializes a new instance of the HighlightConditionalFormattingRule class.

HighlightConditionalFormattingRule(SerializationInfo, StreamingContext)

Initializes a new instance of the HighlightConditionalFormattingRule class from serialization.

Properties

Name Description
BackColor

Gets or sets the background color of the cell style.

Border

Gets or sets the cell border for the style.

FontStyle

Gets the font style.

ForeColor

Gets or sets the forecolor.

Formatter

Gets or sets the formatter.

StopIfTrue

Gets or sets a value that indicates whether all following rules should be stopped.

Style

Gets the style.

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.

IsValid(int, int, object)

Determines whether the specified value is valid.