_Chart.Walls Property

Returns a Walls object that represents the walls of the 3-D chart.

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

Syntax

'Declaration
ReadOnly Property Walls As Walls
    Get
'Usage
Dim instance As _Chart
Dim value As Walls

value = instance.Walls
Walls Walls { get; }

Property Value

Type: Microsoft.Office.Interop.Excel.Walls

Remarks

This property doesn't apply to 3-D pie charts.

See Also

Reference

_Chart Interface

_Chart Members

Microsoft.Office.Interop.Excel Namespace