_Application.CommandBars Property

Definition

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.

Applies to