Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.FormControls Namespace / ControlShape Class / Name Property


In This Topic
Name Property (ControlShape)
In This Topic
Gets or sets a string value representing the name of the shape.
Syntax
'Declaration
 
Public Overrides NotOverridable Property Name As String
 
'Usage
 
Dim instance As ControlShape
Dim value As String
 
instance.Name = value
 
value = instance.Name

Property Value

The name of the shape.
See Also