Spread Windows Forms 12.0 Product Documentation
ConditionalFormattingChangedEventType Enumeration


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace : 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
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

Reference

FarPoint.Win.Spread Namespace