removeribbonpagegroup

Removes a ribbon page group, rpgnname, from the Activate user interface. removeribbonpagegroup is only available in the Activate GUI.

Syntax

removeribbonpagegroup(rbnname, rpgname)

Inputs

rbnname
The name of the ribbon page.
Type: string
rpgname
The name of the ribbon page group.
Type: string

Examples

Remove the given ribbon page group:
addribbonpagegroup('Test','Indentation');
removeribbonpagegroup('Test', 'Indentation')