Spread Windows Forms 12.0 Product Documentation
Name Property (NameExpression)


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

Property Value

String containing the name of the variable
See Also

Reference

NameExpression Class
NameExpression Members