Spread WPF 17
GrapeCity.Excel Namespace / ExcelGeneralRule Class / Priority Property


In This Topic
    Priority Property (ExcelGeneralRule)
    In This Topic
    The priority of the conditional formatting rule. The value is used to determine which format should be evaluated and rendered. Lower numeric values are higher priority than higher numeric values. where '1' is the highest priority.
    Syntax
    'Declaration
     
    Public Property Priority As Integer
    'Usage
     
    Dim instance As ExcelGeneralRule
    Dim value As Integer
     
    instance.Priority = value
     
    value = instance.Priority
    public int Priority {get; set;}

    Property Value

    The priority of the rule
    See Also