GrapeCity.Spreadsheet.WinForms.Ribbon Assembly / GrapeCity.Spreadsheet.WinForms.Ribbon Namespace / RibbonGroup Class / Text Property


In This Topic
Text Property (RibbonGroup)
In This Topic
Gets or sets the text that appears at the bottom of this group.
Syntax
'Declaration
 
Public Property Text As String
 
'Usage
 
Dim instance As RibbonGroup
Dim value As String
 
instance.Text = value
 
value = instance.Text
See Also