RibbonBarQuickAccess.RemoveCommand
This function removes a command from Ribbon Bar Quick Access Toolbar.
| Syntax | Parameters | Return Value |
|---|---|---|
Sub RibbonBarQuickAccess.RemoveCommand( _
iCommand As Integer)
|
iCommand [in]
The command ID to remove. This is a CommandIdentifier value. Type: Integer |
This function does not return a value. |