Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IFormatCondition Interface / SetFirstPriority Method


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