Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ExternalVariable Class / Name Property


In This Topic
    Name Property (ExternalVariable)
    In This Topic
    Gets or sets the name of the defined name.
    Syntax
    'Declaration
     
    
    Public Overrides NotOverridable ReadOnly Property Name As String
    'Usage
     
    
    Dim instance As ExternalVariable
    Dim value As String
     
    value = instance.Name
    public override string Name {get;}

    Property Value

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