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


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