Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 1.02 KB

Excel.Databar.Priority.md

File metadata and controls

33 lines (19 loc) · 1.02 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
DataBar.Priority property (Excel)
vbaxl10.chm810073
vbaxl10.chm810073
Excel.DataBar.Priority
5d7340f6-675f-5c5a-785f-2bb97dcc9ab0
04/23/2019
medium

DataBar.Priority property (Excel)

Returns or sets the priority value of the conditional formatting rule. The priority determines the order of evaluation when multiple conditional formatting rules exist on a worksheet.

Syntax

expression.Priority

expression A variable that represents a DataBar object.

Remarks

When setting the priority, the value must be a positive integer between 1 and the total number of conditional formatting rules on the worksheet. The priority must be a unique value for all rules on the worksheet, so changing the priority for the specified conditional formatting rule may cause the priority value of the other rules on the worksheet to be shifted.

[!includeSupport and feedback]