Spread Windows Forms 12.0 Product Documentation
Name Property (FunctionInfo)


FarPoint.CalcEngine Assembly > FarPoint.CalcEngine Namespace > FunctionInfo Class : Name Property
Gets the name of the function.
Syntax
'Declaration
 
Public MustOverride ReadOnly Property Name As String
'Usage
 
Dim instance As FunctionInfo
Dim value As String
 
value = instance.Name
public abstract string Name {get;}

Property Value

String containing the name
See Also

Reference

FunctionInfo Class
FunctionInfo Members