Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Excerpt

The RegisterCustomFunction method registers an IFunction object with the workbook to be used when calculating a specific custom formulasExcel formula.

Signature
0csharp
 public void RegisterCustomFunction(string customFunctionName, IFunction customFunction)

...