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


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

Property Value

The name of the graphic object.
See Also