Walls Interface

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

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

Syntax

'Declaration
<GuidAttribute("A2E94180-7564-4D97-806B-BBC0D0A1350C")> _
Public Interface Walls
'Usage
Dim instance As Walls
[GuidAttribute("A2E94180-7564-4D97-806B-BBC0D0A1350C")]
public interface Walls

Examples

Use the Walls property to return the Walls object. The following example sets the pattern on the walls for the first chart in the active document. If the chart isn’t a 3-D chart, this example will fail.

See Also

Reference

Walls Members

Microsoft.Office.Interop.Word Namespace