Spread Windows Forms 12.0 Product Documentation
Name Property (INamedObject)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType 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 indicates the name of the object.
See Also

Reference

INamedObject Interface
INamedObject Members