Walls Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the walls of a 3-D chart.
public interface class Walls
[System.Runtime.InteropServices.Guid("000208C8-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(2)]
public interface Walls
Public Interface Walls
- Attributes
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.
Properties
Application |
Returns an Application object that represents the Microsoft Excel application. |
Border |
Returns a Border object that represents the border of the object. |
Creator |
Returns a 32-bit integer that indicates the application in which this object was created. |
Fill |
Returns a ChartFillFormat object for a specified chart that contains fill formatting properties for the chart. |
Format |
Returns the ChartFormat object. Read-only. |
Interior |
Returns an Interior object that represents the interior of the specified object. |
Name |
Returns the name of the object. |
Parent |
Returns the parent object for the specified object. |
PictureType |
Returns or sets the way pictures are displayed on the walls and faces of a 3-D chart. |
PictureUnit |
Returns or sets the unit for each picture on the chart if the PictureType property is set to xlStackScale (if not, this property is ignored). |
Thickness |
Returns or sets the thickness of the wall. Read/write. |
Methods
ClearFormats() |
Clears the formatting of the object. |
Paste() |
Pastes a picture from the Clipboard on the walls of the specified chart. |
Select() |
Selects the object. |