Compartir a través de


Window.ActivePane Propiedad

Definición

Devuelve un Pane objeto que representa el panel activo de la ventana.

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

Valor de propiedad

Comentarios

Esta propiedad sólo puede usarse en hojas de cálculo y de macros.

Use la Index propiedad para obtener el índice del panel activo.

Se aplica a