Version

DataBarDirection Enumeration

Enumeration that describes what direction the data bars will be drawn when using Conditional Formatting.
Syntax
'Declaration
 
Public Enum DataBarDirection 
   Inherits System.Enum
public enum DataBarDirection : System.Enum 
Members
MemberDescription
BidirectionalThe positive bar will be drawn from the center of the cell to the right, the negative bar will be drawn from the center to the left.
UnidirectionalLeftToRightA single directional bar will be drawn from the left edge to the right edge.
UnidirectionalRightToLeftA single directional bar will be drawn from the right edge to the left edge.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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