Nevron .NET Vision
Nevron.FormulaEngine Namespace / NFormulaEngine Class / CustomFunctions Property


In This Topic
    CustomFunctions Property
    In This Topic
    Gets/sets the collection of custom functions
    Syntax
    'Declaration
     
    
    Public Property CustomFunctions As NFunctionCollection
    'Usage
     
    
    Dim instance As NFormulaEngine
    Dim value As NFunctionCollection
     
    instance.CustomFunctions = value
     
    value = instance.CustomFunctions
    public NFunctionCollection CustomFunctions {get; set;}
    Remarks
    By default the value of this property is null, which means that the engine will use the default set of functions. Set this property to a valid NFunctionCollection instance, if you want to override the default function set.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also