GrapeCity.Spreadsheet.WinForms.Ribbon Assembly / GrapeCity.Spreadsheet.WinForms.Ribbon Namespace / RibbonLabel Class / CommandName Property


In This Topic
CommandName Property (RibbonLabel)
In This Topic
Gets or sets the command name.
Syntax
'Declaration
 
Public Property CommandName As String
 
'Usage
 
Dim instance As RibbonLabel
Dim value As String
 
instance.CommandName = value
 
value = instance.CommandName
See Also