NegativeBarFormat Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the color settings of the data bars for negative values that are defined by a data bar conditional formating rule.
public interface class NegativeBarFormat
[System.Runtime.InteropServices.Guid("000244BF-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(2)]
public interface NegativeBarFormat
Public Interface NegativeBarFormat
- Attributes
Remarks
The properties of the NegativeBarFormat object can be used to specify the fill color and border of the data bars for negative values. Use the NegativeBarFormat of the Databar object that represents a data bar conditional formatting rule to access the NegativeBarFormat object associated with that rule.
Properties
Application |
When used without an object qualifier, this property returns an Application object that represents the Microsoft Excel application. When used with an object qualifier, this property returns an Application object that represents the creator of the specified object. |
BorderColor |
Gets a FormatColor object that you can use to specify the border color for negative data bars. |
BorderColorType |
Gets whether to use the same border color as positive data bars. |
Color |
Gets a FormatColor object that you can use to specify the fill color for negative data bars. |
ColorType |
Gets or sets whether to use the same fill color as positive data bars. |
Creator |
Gets a 32-bit integer that indicates the application in which this object was created. |
Parent |
Gets the parent object for the specified object. |