Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / FormattingRuleBase Class / Priority Property


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