Window.ActivePane Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.