CommandBarsClass.Add(Object, Object, Object, Object) Method
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.
public virtual Microsoft.Office.Core.CommandBar Add (object Name, object Position, object MenuBar, object Temporary);
abstract member Add : obj * obj * obj * obj -> Microsoft.Office.Core.CommandBar
override this.Add : obj * obj * obj * obj -> Microsoft.Office.Core.CommandBar
Public Overridable Function Add (Optional Name As Object, Optional Position As Object, Optional MenuBar As Object, Optional Temporary As Object) As CommandBar
Parameters
- Name
- Object
- Position
- Object
- MenuBar
- Object
- Temporary
- Object