DataBarBorder

DataBarBorder class

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

class DataBarBorder;

Methods

MethodDescription
getColor()Gets or sets the border’s color of data bars specified by a conditional formatting rule.
setColor(Color)Gets or sets the border’s color of data bars specified by a conditional formatting rule.
getType()Gets or sets the border’s type of data bars specified by a conditional formatting rule.
setType(DataBarBorderType)Gets or sets the border’s type of data bars specified by a conditional formatting rule.

getColor()

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

getColor() : Color;

Returns

Color

setColor(Color)

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

setColor(value: Color) : void;

Parameters:

ParameterTypeDescription
valueColorThe value to set.

getType()

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

getType() : DataBarBorderType;

Returns

DataBarBorderType

setType(DataBarBorderType)

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

setType(value: DataBarBorderType) : void;

Parameters:

ParameterTypeDescription
valueDataBarBorderTypeThe value to set.