Spread WPF 17
GrapeCity.CalcEngine Namespace / CalcFunctionIdentity Class / CalcFunctionIdentity Constructor
The name that represents a function call.


In This Topic
    CalcFunctionIdentity Constructor
    In This Topic
    Initializes a new instance of the CalcFunctionIdentity class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal functionName As String _
    )
    'Usage
     
    Dim functionName As String
     
    Dim instance As New CalcFunctionIdentity(functionName)
    public CalcFunctionIdentity( 
       string functionName
    )

    Parameters

    functionName
    The name that represents a function call.
    See Also