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. |
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;