Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ConditionalFormattingModelEventType Enumeration


In This Topic
    ConditionalFormattingModelEventType Enumeration
    In This Topic
    Specifies the type of Change event that has occurred for a conditional formatting model for the sheet.
    Syntax
    'Declaration
     
    
    Public Enum ConditionalFormattingModelEventType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ConditionalFormattingModelEventType
    public enum ConditionalFormattingModelEventType : System.Enum 
    Members
    MemberDescription
    ClearedIndicates that conditional formattings have been cleared
    ColumnsAddedIndicates that columns have been added
    ColumnsRemovedIndicates that columns have been removed
    CopiedIndicates that conditional formattings have been copied
    EffectChangedIndicates that the effect on the applying cellrange of conditional formatting has been changed.
    ItemAddedIndicates that an individual conditional formatting has been added
    ItemChangedIndicates that an individual conditional formatting has been changed
    ItemRemovedIndicates that an individual conditional formatting has been removed
    MovedIndicates that conditional formattings have been moved
    RowsAddedIndicates that rows have been added
    RowsRemovedIndicates that rows have been removed
    SwapedIndicates that conditional formattings have been moved
    Inheritance Hierarchy

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

    See Also