DataBarBorder 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 border of the data bars specified by a conditional formatting rule.
public interface class DataBarBorder
[System.Runtime.InteropServices.Guid("000244BE-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(2)]
public interface DataBarBorder
Public Interface DataBarBorder
- Attributes
Remarks
Use the DataBarBorder object to get or set the color and border type for data bars. To access the DataBarBorder object associated with a data bar conditional formatting rule, use the BarBorder property. After retrieving the DataBarBorder object, use its Color property to return a FormatColor object that you can use to set the color of the data bars.
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. |
Color |
Gets an object that specifies the color of the border of data bars specified by a conditional formatting rule. |
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. |
Type |
Gets or sets the type of border for data bars specified by a conditional formatting rule. |