[]
        
(Showing Draft Content)

FarPoint.Web.Spread.Model.DefaultSheetDataModel.AddCustomFunction

AddCustomFunction Method

AddCustomFunction(FunctionInfo)

Adds a new user-defined custom function to the model for use in formulas.

Declaration
public void AddCustomFunction(FunctionInfo functionInfo)
Public Sub AddCustomFunction(functionInfo As FunctionInfo)
Parameters
Type Name Description
FunctionInfo functionInfo

FunctionInfo object that contains the user-defined function to add

Implements
Exceptions
Type Condition
ArgumentNullException

No function specified; function is a null reference (Nothing in Visual Basic)