Spread ASP.NET 17
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / FunctionInfo Class / ComplexFunction Field


In This Topic
    ComplexFunction Field
    In This Topic
    Specifies an instance of the COMPLEX function.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly ComplexFunction As FunctionInfo
    'Usage
     
    
    Dim value As FunctionInfo
     
    value = FunctionInfo.ComplexFunction
    public static readonly FunctionInfo ComplexFunction
    Remarks
    For more information on this function, refer to the COMPLEX function in the Spread for .NET Formula Reference.
    See Also