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


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