Spread Windows Forms 12.0 Product Documentation
Name Property (INamedObject)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > INamedObject Interface : Name Property
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
string Name {get; set;}

Property Value

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

Reference

INamedObject Interface
INamedObject Members