Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 1.07 KB

Excel.IconSetCondition.SetLastPriority.md

File metadata and controls

35 lines (21 loc) · 1.07 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
IconSetCondition.SetLastPriority method (Excel)
vbaxl10.chm812081
vbaxl10.chm812081
Excel.IconSetCondition.SetLastPriority
b1003681-b5ac-85ab-dd9c-8a13685694d6
04/27/2019
medium

IconSetCondition.SetLastPriority method (Excel)

Sets the evaluation order for this conditional formatting rule so that it is evaluated after all other rules on the worksheet.

Syntax

expression.SetLastPriority

expression A variable that represents an IconSetCondition object.

Remarks

The actual value of the priority will be equal to the total number of conditional formatting rules on the worksheet. When you have multiple conditional formatting rules on a worksheet, this method will cause the priority of rules that had a priority value greater than this rule to be decreased by one.

Note

Priority levels for conditional formatting rules are applied on a worksheet-level basis.

[!includeSupport and feedback]