DataBarBorder
DataBarBorder class
Represents the border of the data bars specified by a conditional formatting rule.
class DataBarBorder;
Properties
Property | Type | Description |
---|---|---|
color | Color | Gets or sets the border’s color of data bars specified by a conditional formatting rule. |
type | DataBarBorderType | Gets or sets the border’s type of data bars specified by a conditional formatting rule. |
Methods
Method | Description |
---|---|
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
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:
Parameter | Type | Description |
---|---|---|
value | Color | The 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
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:
Parameter | Type | Description |
---|---|---|
value | DataBarBorderType | The value to set. |
isNull()
Checks whether the implementation object is null.
isNull() : boolean;