IconSetCondition.ReverseOrder Property (Excel)

Returns or sets a Boolean value indicating if the order of icons is reversed for an icon set.

Version Information

Version Added: Excel 2007

Syntax

expression .ReverseOrder

expression A variable that represents an IconSetCondition object.

Remarks

By default, most of the icon sets you can use associate positive images with higher values. For example, the "3 Traffic Lights" icon set applies a green circle to the upper value threshold and a red circle to the lowest values in the range. If your data is such that lower values are more desirable, such as marathon time results, you may want to reverse the order that icons are applied to the range to associate the green circle to the lowest values.

If the IconSet property of the IconSetCondition object is xlCustomSet, the ReverseOrder property will return False. Additionally, if you attempt to set the ReverseOrder property to True when the IconSet property of the IconSetCondition object is xlCustomSet, Excel will return a runtime error.

See Also

Concepts

IconSetCondition Object

IconSetCondition Object Members