Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType 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
    string Name {get; set;}

    Property Value

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