'Declaration Public Overloads Function Add( _ ByVal text As System.String _ ) As RibbonGroup
public RibbonGroup Add( System.string text )
Parameters
- text
- The text to display in the new group's caption bar.
Return Value
The newly created RibbonGroup object.