Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ITop10 Interface / SetLastPriority Method


In This Topic
    SetLastPriority Method (ITop10)
    In This Topic
    Sets the evaluation order for this conditional formatting rule so it is evaluated after all other rules on the worksheet.
    Syntax
    'Declaration
     
    
    Sub SetLastPriority() 
    'Usage
     
    
    Dim instance As ITop10
     
    instance.SetLastPriority()
    void SetLastPriority()
    See Also