OLEObject.BringToFront Method

Brings the OLEObject to the front of the z-order.

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

Syntax

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

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

Return Value

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

.NET Framework Security

See Also

Reference

OLEObject Class

OLEObject Members

Microsoft.Office.Tools.Excel Namespace