NegativeBarFormat Class
Contents
[
Hide
]NegativeBarFormat class
Represents the color settings of the data bars for negative values that are defined by a data bar conditional formatting rule.
type NegativeBarFormat struct {
ptr unsafe.Pointer
}
Constructors
Method | Description |
---|
Methods
Method | Description |
---|---|
IsNull | Checks whether the implementation object is nullptr. |
GetBorderColor | Gets or sets a FormatColor object that you can use to specify the border color for negative data bars. |
SetBorderColor | Gets or sets a FormatColor object that you can use to specify the border color for negative data bars. |
GetBorderColorType | Gets whether to use the same border color as positive data bars. |
SetBorderColorType | Gets whether to use the same border color as positive data bars. |
GetColor | Gets or sets a FormatColor object that you can use to specify the fill color for negative data bars. |
SetColor | Gets or sets a FormatColor object that you can use to specify the fill color for negative data bars. |
GetColorType | Gets or sets whether to use the same fill color as positive data bars. |
SetColorType | Gets or sets whether to use the same fill color as positive data bars. |