Share via


_Chart.SideWall Property

Returns a Walls object that allows the user to individually format the side wall of a 3-D chart. Read-only.

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

Syntax

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

value = instance.SideWall
Walls SideWall { get; }

Property Value

Type: Microsoft.Office.Interop.Excel.Walls
Walls

See Also

Reference

_Chart Interface

_Chart Members

Microsoft.Office.Interop.Excel Namespace