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