_Application.CommandBars プロパティ

定義

Excel コマンド バーを CommandBars 表す オブジェクトを返します。

public:
 property Microsoft::Office::Core::CommandBars ^ CommandBars { Microsoft::Office::Core::CommandBars ^ get(); };
public Microsoft.Office.Core.CommandBars CommandBars { get; }
Public ReadOnly Property CommandBars As CommandBars

プロパティ値

注釈

このプロパティは、アプリケーションで使用できる組み込みコマンド バーとカスタム コマンド バーのセットを返します。

適用対象