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


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