ChartBorder Interface

Represents the border of an object.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)

Syntax

'Declaration
<GuidAttribute("92D41A56-F07E-4CA4-AF6F-BEF486AA4E6F")> _
Public Interface ChartBorder
'Usage
Dim instance As ChartBorder
[GuidAttribute("92D41A56-F07E-4CA4-AF6F-BEF486AA4E6F")]
public interface ChartBorder

Remarks

Most bordered objects have a border that is treated as a single entity, regardless of how many sides it has. The entire border must be returned as a unit. To return a Border object, use the Border property for the particular bordered object (for example, the Border property of a Trendline object).

See Also

Reference

ChartBorder Members

Microsoft.Office.Interop.PowerPoint Namespace