[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Model.ICustomFunctionSupport

ICustomFunctionSupport Interface

Interface that supports user-defined functions in formulas in the data model.

Namespace: FarPoint.Win.Spread.Model
Assembly: FarPoint.Win.Spread.dll
Syntax
public interface ICustomFunctionSupport
Public Interface ICustomFunctionSupport

Methods

Name Description
AddCustomFunction(FunctionInfo)

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

GetCustomFunction(string)

Gets a user-defined function from the model.

GetCustomFunctionEnumerator()

Gets an IEnumerator that enumerates through the names of the user-defined functions in the model.

RemoveCustomFunction(string)

Removes a user-defined function from the model.