Pane.Activate Method

Activates the pane.

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

Syntax

'Declaration
Function Activate As Boolean
'Usage
Dim instance As Pane
Dim returnValue As Boolean

returnValue = instance.Activate()
bool Activate()

Return Value

Type: System.Boolean

Remarks

If the pane isn't in the active window, the window that the pane belongs to will also be activated. You cannot activate a frozen pane.

See Also

Reference

Pane Interface

Pane Members

Microsoft.Office.Interop.Excel Namespace