Spread Windows Forms 13.0 Product Documentation
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ConditionalFormattingChangedEventType Enumeration


In This Topic
    ConditionalFormattingChangedEventType Enumeration
    In This Topic
    Specifies the type of Changed event that has occurred for conditional formatting.
    Syntax
    'Declaration
     
    Public Enum ConditionalFormattingChangedEventType 
       Inherits System.Enum
    'Usage
     
    Dim instance As ConditionalFormattingChangedEventType
    public enum ConditionalFormattingChangedEventType : System.Enum 
    Members
    MemberDescription
    EffectChanged Indicates that the effect on the applying cellrange of conditional formatting has been changed.
    RuleChanged Indicates that an individual rule of conditional formatting has been changed.
    RuleCollectionChanged Indicates that the rule colllection of conditional formatting has been changed.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             FarPoint.Win.Spread.ConditionalFormattingChangedEventType

    See Also