Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / IStopablePrePaintConditionalFormattingRule Interface
Members


In This Topic
    IStopablePrePaintConditionalFormattingRule Interface
    In This Topic
    Represents the conditional formatting rule that is used before starting to paint the background and can stop all following conditional formatting rules.
    Syntax
    'Declaration
     
    
    Public Interface IStopablePrePaintConditionalFormattingRule 
       Inherits IConditionalFormattingRule, IPrePaintConditionalFormattingRule 
    public interface IStopablePrePaintConditionalFormattingRule : IConditionalFormattingRule, IPrePaintConditionalFormattingRule  
    See Also