Spread Silverlight Documentation
Name Property (CalcOperator)


GrapeCity.CalcEngine.Operators Namespace > CalcOperator Class : Name Property
Gets the name of the operator.
Syntax
'Declaration
 
Public MustOverride ReadOnly Property Name As System.String
'Usage
 
Dim instance As CalcOperator
Dim value As System.String
 
value = instance.Name
public abstract System.string Name {get;}

Property Value

A System.String value that represents the name of the operator.
See Also

Reference

CalcOperator Class
CalcOperator Members