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
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: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also