OLEObject.SendToBack Method (2003 System)

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

Namespace:  Microsoft.Office.Tools.Excel
Assembly:  Microsoft.Office.Tools.Excel (in Microsoft.Office.Tools.Excel.dll)

Syntax

'Declaration
Public Function SendToBack As Object
'Usage
Dim instance As OLEObject
Dim returnValue As Object

returnValue = instance.SendToBack()
public Object SendToBack()

Return Value

Type: System.Object
true if the z-order is successfully changed; otherwise, false.

Permissions

See Also

Reference

OLEObject Class

OLEObject Members

Microsoft.Office.Tools.Excel Namespace