Walls Interface

Represents the walls of a 3-D chart.

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

Syntax

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

Remarks

This object isn’t a collection. There’s no object that represents a single wall; you must return all the walls as a unit.

Use the Walls property to return the Walls object.

See Also

Reference

Walls Members

Microsoft.Office.Interop.Excel Namespace