[]
        
(Showing Draft Content)

FarPoint.Win.Spread.FpSpread.AddCustomFunction

AddCustomFunction Method

AddCustomFunction(Function)

Adds a user-defined custom function (GrapeCity.CalcEngine.Function object) to the model for use in formulas.

Declaration
public void AddCustomFunction(Function function)
Public Sub AddCustomFunction([function] As [Function])
Parameters
Type Name Description
Function function

The Function object of the custom function to add.