ChartBorder 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 an object.
public interface class ChartBorder
[System.Runtime.InteropServices.Guid("AB0D33A3-C9EA-485B-9443-4C1BB3656CEA")]
public interface ChartBorder
type ChartBorder = interface
Public Interface ChartBorder
- Attributes
Remarks
Most bordered objects have a border that’s treated as a single entity, regardless of how many sides it has. The entire border must be returned as a unit. Use the Border property, such as from a Trendline object, to return the Border object for this kind of object.
Properties
Application |
When used without an object qualifier, this property returns an _Application object that represents the Microsoft Word application. When used with an object qualifier, this property returns an _Application object that represents the creator of the specified object (you can use this property with an OLE Automation object to return the application of that object). Read-only. |
Color |
Returns or sets an Object representing the primary color of the object. |
ColorIndex |
Returns or sets an Object value that represents the color of the border. |
Creator |
Returns a 32-bit Integer that indicates the application in which the specified object was created. Read-only. |
LineStyle |
Returns or sets the line style for the border. Read/write |
Parent |
Returns the parent for the specified object. Read-only. |
Weight |
Returns or sets an XlBorderWeight object that represents the weight of the border. |