Eplan Platform API
Eplan.EplApi.Gui Namespace / RibbonTab Class / AddCommandGroup Method / AddCommandGroup(String,Int32) Method
Name of the new command group
Position of a new command group (0-based)

In This Topic
AddCommandGroup(String,Int32) Method
In This Topic
Adds new command group to existing ribbon tab
Syntax
public RibbonCommandGroup AddCommandGroup( 
   string name,
   int index
)

Parameters

name
Name of the new command group
index
Position of a new command group (0-based)

Return Value

Created command group or null if it wasn't possible
See Also