Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IFormatCondition Interface / Priority Property


In This Topic
    Priority Property (IFormatCondition)
    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
     
    
    Property Priority As Integer
    'Usage
     
    
    Dim instance As IFormatCondition
    Dim value As Integer
     
    instance.Priority = value
     
    value = instance.Priority
    int Priority {get; set;}

    Property Value

    The priority value of the conditional formatting rule.
    See Also