Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / Shape Class / Name Property


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

Property Value

The name of the shape.
See Also