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


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