Spread Windows Forms 15.0
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / IReferenceSource Interface / Name Property


In This Topic
    Name Property (IReferenceSource)
    In This Topic
    Gets the name of this IReferenceSource.
    Syntax
    'Declaration
     
    
    ReadOnly Property Name As String
    'Usage
     
    
    Dim instance As IReferenceSource
    Dim value As String
     
    value = instance.Name
    string Name {get;}

    Property Value

    A string value represents the name of this IReferenceSource.
    See Also