Corners Interface

Represents the corners of a 3-D chart.

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

Syntax

'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("000208C0-0000-0000-C000-000000000046")> _
Public Interface Corners
'Usage
Dim instance As Corners
[InterfaceTypeAttribute()]
[GuidAttribute("000208C0-0000-0000-C000-000000000046")]
public interface Corners

Remarks

This object isn’t a collection.

Use the Corners property to return the Corners object.

If the chart isn’t a 3-D chart, the Corners property fails.

See Also

Reference

Corners Members

Microsoft.Office.Interop.Excel Namespace