次の方法で共有


Window.ActivePane プロパティ

定義

ウィンドウ内の Pane アクティブなウィンドウを表す オブジェクトを返します。

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

プロパティ値

注釈

このプロパティは、ワークシートとマクロ シートにだけ使用できます。

アクティブなウィンドウの Index インデックスを取得するには、 プロパティを使用します。

適用対象