_Application.CommandBars 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 CommandBars object that represents the Excel command bars.
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
Property Value
Remarks
This property returns the set of built-in and custom command bars available to the application.