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


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