Page tree
Skip to end of metadata
Go to start of metadata

Introduced in build 9.1

Description

The IFunction interface is used to implement custom Excel functions in .NET to be passed in to ExcelWriter Application. You can register your custom logic to a specific Excel Function by using the Workbook.RegisterCustomFunction method.
C#
vb.net

Examples

C#
vb.net

Methods

Name

Description

Calculate(IList<FunctionValue>,Cell)

Calculates a custom function returning a FunctionValue given a list of FunctionValue arguments and the function's current Cell for context.

 

  • No labels