Version

FormatConditionTopBottom Enumeration

Constans which identify whether a RankConditionalFormat evaluates to true for the top or bottom ranked values across the associated range.
Syntax
'Declaration
 
Public Enum FormatConditionTopBottom 
   Inherits System.Enum
public enum FormatConditionTopBottom : System.Enum 
Members
MemberDescription
BottomThe cell value must fall within the bottom ranking of values for the associated range.
TopThe cell value must fall within the top ranking of values for the associated range.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also