Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IUniqueValues Interface / SetFirstPriority Method


In This Topic
    SetFirstPriority Method (IUniqueValues)
    In This Topic
    Sets the priority value for this conditional formatting rule to "1" so that it will be evaluated before all other rules on the worksheet.
    Syntax
    'Declaration
     
    
    Sub SetFirstPriority() 
    'Usage
     
    
    Dim instance As IUniqueValues
     
    instance.SetFirstPriority()
    void SetFirstPriority()
    See Also