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


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