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


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