Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / IconSetConditionalFormattingRule Class / IconRuleSet Property


In This Topic
    IconRuleSet Property
    In This Topic
    Gets the icons.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IconRuleSet As ConditionalFormattingIconRuleSet
    'Usage
     
    
    Dim instance As IconSetConditionalFormattingRule
    Dim value As ConditionalFormattingIconRuleSet
     
    value = instance.IconRuleSet
    public ConditionalFormattingIconRuleSet IconRuleSet {get;}
    See Also