Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / INamedObject Interface / Name Property


In This Topic
Name Property (INamedObject)
In This Topic
Gets or sets the name of the object.
Syntax
'Declaration
 
Property Name As String
 
'Usage
 
Dim instance As INamedObject
Dim value As String
 
instance.Name = value
 
value = instance.Name

Property Value

A System.String value that represents the name of the object.
See Also