ChartBorder Interface

Represents the border of an object.

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

Syntax

'Declaration
<GuidAttribute("AB0D33A3-C9EA-485B-9443-4C1BB3656CEA")> _
Public Interface ChartBorder
'Usage
Dim instance As ChartBorder
[GuidAttribute("AB0D33A3-C9EA-485B-9443-4C1BB3656CEA")]
public interface ChartBorder

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.

See Also

Reference

ChartBorder Members

Microsoft.Office.Interop.Word Namespace