DataBarBorder
Contents
[
Hide
]DataBarBorder class
Represents the border of the data bars specified by a conditional formatting rule.
class DataBarBorder;
Methods
Method | Description |
---|---|
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. |
isNull() | Checks whether the implementation object is null. |
getColor()
Gets or sets the border’s color of data bars specified by a conditional formatting rule.
getColor() : Color;
Returns
setColor(Color)
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()
Gets or sets the border’s type of data bars specified by a conditional formatting rule.
getType() : DataBarBorderType;
Returns
setType(DataBarBorderType)
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;