Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IName Interface / Name Property


In This Topic
    Name Property (IName)
    In This Topic
    Gets or sets the name of the defined name.
    Syntax
    'Declaration
     
    
    Property Name As String
    'Usage
     
    
    Dim instance As IName
    Dim value As String
     
    instance.Name = value
     
    value = instance.Name
    string Name {get; set;}

    Property Value

    The string value represents name of the defined name.
    See Also