DataBarBorder

DataBarBorder class

Represents the border of the data bars specified by a conditional formatting rule.

class DataBarBorder;

Properties

PropertyTypeDescription
colorColorGets or sets the border’s color of data bars specified by a conditional formatting rule.
typeDataBarBorderTypeGets or sets the border’s type of data bars specified by a conditional formatting rule.

color

Gets or sets the border’s color of data bars specified by a conditional formatting rule.

color : Color;

type

Gets or sets the border’s type of data bars specified by a conditional formatting rule.

type : DataBarBorderType;