[]
        
(Showing Draft Content)

FarPoint.Win.Spread.IPrePaintTextConditionalFormattingRule

IPrePaintTextConditionalFormattingRule Interface

Represents the conditional formatting rule that is used for painting before the text is painted.

Namespace: FarPoint.Win.Spread
Assembly: FarPoint.Win.Spread.dll
Syntax
public interface IPrePaintTextConditionalFormattingRule : IConditionalFormattingRule, INotifyPropertyChanged, ICloneable
Public Interface IPrePaintTextConditionalFormattingRule
    Inherits IConditionalFormattingRule, INotifyPropertyChanged, ICloneable

Properties

Name Description
ShowConditionalFormatOnly

Gets or sets a value that indicates whether the cell text should not be painted.

Methods

Name Description
GetPreferredSize(Graphics, Size, Appearance, object, float, bool)

Gets the preferred (maximum required) size of the cell for the renderer control.

GetRuleEffectingInfo(Appearance, object, bool, bool, float)

Gets the information with the specified appearance settings if the conditional format rule is satisfied.

PaintCell(Graphics, Rectangle, Appearance, object, bool, bool, float)

Paints the cell when not in edit mode to the specified graphics interface with the specified appearance settings if the conditional format rule is satisfied.