FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ConditionalFormattingChangedEventType Enumeration


ConditionalFormattingChangedEventType Enumeration
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
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