Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IColorScale Interface / Priority Property


In This Topic
    Priority Property (IColorScale)
    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 IColorScale
    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