Interface IFunctionModule
- Namespace
- OfficeOpenXml.FormulaParsing.Excel.Functions
- Assembly
- EPPlus.dll
Function module
public interface IFunctionModule
Properties
Functions
Gets a dictionary of custom function implementations.
IDictionary<string, ExcelFunction> Functions { get; }