Share via


IconSetCondition.ReverseOrder Property

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

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Property ReverseOrder As Boolean
    Get
    Set
'Usage
Dim instance As IconSetCondition
Dim value As Boolean

value = instance.ReverseOrder

instance.ReverseOrder = value
bool ReverseOrder { get; set; }

Property Value

Type: System.Boolean
Boolean

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.

See Also

Reference

IconSetCondition Interface

IconSetCondition Members

Microsoft.Office.Interop.Excel Namespace