Spread WinForms 15
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

Property Value

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