Spread Windows Forms 17
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
    EffectChangedIndicates that the effect on the applying cellrange of conditional formatting has been changed.
    RuleChangedIndicates that an individual rule of conditional formatting has been changed.
    RuleCollectionChangedIndicates that the rule colllection of conditional formatting has been changed.
    Inheritance Hierarchy

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

    See Also