OLEObject.BringToFront Method (2007 System)
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()
public:
Object^ BringToFront()
public function BringToFront() : Object
Return Value
Type: System.Object
true if the z-order is successfully changed; otherwise, false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.