Skip to content

Latest commit

 

History

History
51 lines (36 loc) · 1.32 KB

Excel.Walls(object).md

File metadata and controls

51 lines (36 loc) · 1.32 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Walls object (Excel)
vbaxl10.chm613072
vbaxl10.chm613072
Excel.Walls
9c6f0c5b-dbb8-7d71-44b7-29987e750cd3
04/03/2019
medium

Walls object (Excel)

Represents the walls of a 3D 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.

Example

Use the Walls property of the Chart object to return the Walls object.

The following example sets the pattern on the walls for embedded chart one on Sheet1. If the chart isn't a 3D chart, this example fails.

Worksheets("Sheet1").ChartObjects(1).Chart _ 
 .Walls.Interior.Pattern = xlGray75

Methods

Properties

See also

[!includeSupport and feedback]