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


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