Skip to content

Latest commit

 

History

History
25 lines (12 loc) · 645 Bytes

74c71ca8-a0d4-f7cf-a002-5cec7a27b70d.md

File metadata and controls

25 lines (12 loc) · 645 Bytes

Floor Object (Excel)

Represents the floor of a 3-D chart.

Example

Use the Floor property to return the Floor object. The following example sets the floor color for embedded chart one to cyan. The example will fail if the chart isn't a 3-D chart.

Worksheets("sheet1").ChartObjects(1).Activate 
ActiveChart.Floor.Interior.Color = RGB(0, 255, 255)

See also

Other resources

Excel Object Model Reference Floor Object Members