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


In This Topic
Name Property (RibbonGroup)
In This Topic
Gets or sets the unique name for this RibbonGroup.
Syntax
'Declaration
 
Public Property Name As String
 
'Usage
 
Dim instance As RibbonGroup
Dim value As String
 
instance.Name = value
 
value = instance.Name
See Also