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


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