Spread ASP.NET 16
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / FunctionInfo Class / RankFunction Field


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