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


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