NegativeBarFormat Class

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

MethodDescription

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
GetBorderColorGets or sets a FormatColor object that you can use to specify the border color for negative data bars.
SetBorderColorGets or sets a FormatColor object that you can use to specify the border color for negative data bars.
GetBorderColorTypeGets whether to use the same border color as positive data bars.
SetBorderColorTypeGets whether to use the same border color as positive data bars.
GetColorGets or sets a FormatColor object that you can use to specify the fill color for negative data bars.
SetColorGets or sets a FormatColor object that you can use to specify the fill color for negative data bars.
GetColorTypeGets or sets whether to use the same fill color as positive data bars.
SetColorTypeGets or sets whether to use the same fill color as positive data bars.