Spread Silverlight Documentation
Name Property (CalcExternalNameExpression)


GrapeCity.CalcEngine.Expressions Namespace > CalcExternalNameExpression Class : Name Property
Gets the text representation of the named variable.
Syntax
'Declaration
 
Public ReadOnly Property Name As System.String
'Usage
 
Dim instance As CalcExternalNameExpression
Dim value As System.String
 
value = instance.Name
public System.string Name {get;}

Property Value

A System.String value that represents the text representation of the named variable.
See Also

Reference

CalcExternalNameExpression Class
CalcExternalNameExpression Members