Interface IFunctionModule
- Namespace
- OfficeOpenXml.FormulaParsing.Excel.Functions
- Assembly
- Magicodes.EPPlus.dll
public interface IFunctionModule
- Extension Methods
Properties
CustomCompilers
IDictionary<Type, FunctionCompiler> CustomCompilers { get; }
Property Value
Functions
IDictionary<string, ExcelFunction> Functions { get; }