Window.ActivePane Property

Definition

Returns a Pane object that represents the active pane in the window.

public:
 property Microsoft::Office::Interop::Excel::Pane ^ ActivePane { Microsoft::Office::Interop::Excel::Pane ^ get(); };
public Microsoft.Office.Interop.Excel.Pane ActivePane { get; }
Public ReadOnly Property ActivePane As Pane

Property Value

Remarks

This property can be used only on worksheets and macro sheets.

Use the Index property to obtain the index of the active pane.

Applies to