Spread Windows Forms 13.0 Product Documentation
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
    Cleared Indicates that conditional formattings have been cleared
    ColumnsAdded Indicates that columns have been added
    ColumnsRemoved Indicates that columns have been removed
    Copied Indicates that conditional formattings have been copied
    EffectChanged Indicates that the effect on the applying cellrange of conditional formatting has been changed.
    ItemAdded Indicates that an individual conditional formatting has been added
    ItemChanged Indicates that an individual conditional formatting has been changed
    ItemRemoved Indicates that an individual conditional formatting has been removed
    Moved Indicates that conditional formattings have been moved
    RowsAdded Indicates that rows have been added
    RowsRemoved Indicates that rows have been removed
    Swaped Indicates that conditional formattings have been moved
    Inheritance Hierarchy

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

    See Also