Spread Windows Forms 15.0
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / UndefinedFunctionInfo Class / UndefinedFunctionInfo Constructor
Name of the function


In This Topic
    UndefinedFunctionInfo Constructor
    In This Topic
    Creates an undefined function.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal name As String _
    )
    'Usage
     
    
    Dim name As String
     
    Dim instance As New UndefinedFunctionInfo(name)
    public UndefinedFunctionInfo( 
       string name
    )

    Parameters

    name
    Name of the function
    See Also