Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ConditionalFormattingChangedEventArgs Class / Rule Property


In This Topic
    Rule Property
    In This Topic
    Gets the changed rule when the type of event is RuleChanged.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Rule As IConditionalFormattingRule
    'Usage
     
    
    Dim instance As ConditionalFormattingChangedEventArgs
    Dim value As IConditionalFormattingRule
     
    value = instance.Rule
    public IConditionalFormattingRule Rule {get;}
    See Also