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.

Methods

MethodDescription
getColor()@deprecated. Please use the ‘color’ property instead. Gets or sets the border’s color of data bars specified by a conditional formatting rule.
setColor(Color)@deprecated. Please use the ‘color’ property instead. Gets or sets the border’s color of data bars specified by a conditional formatting rule.
getType()@deprecated. Please use the ’type’ property instead. Gets or sets the border’s type of data bars specified by a conditional formatting rule.
setType(DataBarBorderType)@deprecated. Please use the ’type’ property instead. Gets or sets the border’s type of data bars specified by a conditional formatting rule.
isNull()Checks whether the implementation object is null.

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;

getColor()

@deprecated. Please use the ‘color’ property instead. Gets or sets the border’s color of data bars specified by a conditional formatting rule.

getColor() : Color;

Returns

Color

setColor(Color)

@deprecated. Please use the ‘color’ property instead. 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()

@deprecated. Please use the ’type’ property instead. Gets or sets the border’s type of data bars specified by a conditional formatting rule.

getType() : DataBarBorderType;

Returns

DataBarBorderType

setType(DataBarBorderType)

@deprecated. Please use the ’type’ property instead. 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.

isNull()

Checks whether the implementation object is null.

isNull() : boolean;