Floor Interface

Definition

Represents the floor of a 3-D chart.

public interface class Floor
[System.Runtime.InteropServices.Guid("000208C7-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(2)]
public interface Floor
Public Interface Floor
Attributes

Remarks

Use the Floor property to return the Floor 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 FillFormat object for a specified shape or a ChartFillFormat object for a specified chart that contains fill formatting properties for the shape or 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. Can be set to one of the following constants: xlStack or xlStretch.

Thickness

Returns or sets a Integer, specifying the thickness of the floor. Read/write.

Methods

ClearFormats()

Clears the formatting of the object.

Paste()

Pastes a picture from the Clipboard on the floor of the specified chart.

Select()

Selects the object.

Applies to