Skip to content

Latest commit

 

History

History
39 lines (17 loc) · 564 Bytes

a8f0f721-15ba-662f-ac17-0ac1657e3413.md

File metadata and controls

39 lines (17 loc) · 564 Bytes

ChartObject.SendToBack Method (Excel)

Sends the object to the back of the z-order.

Syntax

expression . SendToBack

expression A variable that represents a ChartObject object.

Return Value

Variant

Example

This example sends embedded chart one on Sheet1 to the back of the z-order.

Worksheets("Sheet1").ChartObjects(1).SendToBack

See also

Concepts

ChartObject Object

Other resources

ChartObject Object Members