Version

SetLastPriority Method

Sets the Priority value for this rule such that it is the last condition to be evaluated. Applicable only in the case where there is more than one element contained within the associated ConditionalFormatCollection.
Syntax
'Declaration
 
Public Sub SetLastPriority() 
public void SetLastPriority()
Remarks

Just as the SetFirstPriority method ensures that the associated condition is evalulated first, the SetLastPriority method ensures that the associated condition is evaluated last.

Calling this method on more than one condition essentially replaces the previously designated condition as the last one to be evaluated with this one.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also