Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Conditional Namespace / ConditionalItem Class / Priority Property


In This Topic
    Priority Property (ConditionalItem)
    In This Topic
    Gets or sets the priority value of the conditional formatting rule. The priority determines the order of evaluation when multiple conditional formatting rules exist in a worksheet.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Priority As Integer
    'Usage
     
    
    Dim instance As ConditionalItem
    Dim value As Integer
     
    value = instance.Priority
    public int Priority {get;}

    Property Value

    The priority value of the conditional formatting rule.
    See Also