Spread WPF 17
GrapeCity.CalcEngine Namespace / CalcExternalNameIdentity Class / Name Property


In This Topic
    Name Property (CalcExternalNameIdentity)
    In This Topic
    Gets the name that represents a data address.
    Syntax
    'Declaration
     
    Public ReadOnly Property Name As String
    'Usage
     
    Dim instance As CalcExternalNameIdentity
    Dim value As String
     
    value = instance.Name
    public string Name {get;}

    Property Value

    A System.String value that represents a data address.
    See Also