Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ClassicCfRule Class / RuleType Property


In This Topic
    RuleType Property
    In This Topic
    Gets the type of this ClassicCfRule.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property RuleType As ClassicCfRuleType
    'Usage
     
    
    Dim instance As ClassicCfRule
    Dim value As ClassicCfRuleType
     
    value = instance.RuleType
    public ClassicCfRuleType RuleType {get;}

    Property Value

    A ClassicCfRuleType value represents the type of this ClassicCfRule.
    See Also