Spread WPF 18
GrapeCity.Spreadsheet Namespace / IFormatCondition Interface / SetFirstPriority Method


In This Topic
    SetFirstPriority Method
    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 IFormatCondition
     
    instance.SetFirstPriority()
    void SetFirstPriority()
    See Also