[]
        
(Showing Draft Content)

FarPoint.Web.Spread.IPrePaintTextConditionalFormattingRule

IPrePaintTextConditionalFormattingRule Interface

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

Namespace: FarPoint.Web.Spread
Assembly: FarPoint.Web.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.

PaintCell(string, Control, Appearance, Inset, object, bool, bool)

Paints the cell.