Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ClassicCfRule Class / ClassicCfRule Constructor
A ClassicCfRuleType value indicates the type of the rule.
A DifferentialFormat object indicates the applied formatting of the rule.


In This Topic
    ClassicCfRule Constructor
    In This Topic
    Initializes a new instance of the ClassicCfRule class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal ruleType As ClassicCfRuleType, _
       Optional ByVal formatting As DifferentialFormat _
    )
    'Usage
     
    
    Dim ruleType As ClassicCfRuleType
    Dim formatting As DifferentialFormat
     
    Dim instance As New ClassicCfRule(ruleType, formatting)

    Parameters

    ruleType
    A ClassicCfRuleType value indicates the type of the rule.
    formatting
    A DifferentialFormat object indicates the applied formatting of the rule.
    See Also