Table of Contents

Class FunctionsModule

Namespace
OfficeOpenXml.FormulaParsing.Excel.Functions
Assembly
Magicodes.EPPlus.dll
public abstract class FunctionsModule : IFunctionModule
Inheritance
FunctionsModule
Implements
Derived
Inherited Members
Extension Methods

Constructors

FunctionsModule()

protected FunctionsModule()

Properties

CustomCompilers

public IDictionary<Type, FunctionCompiler> CustomCompilers { get; }

Property Value

IDictionary<Type, FunctionCompiler>

Functions

public IDictionary<string, ExcelFunction> Functions { get; }

Property Value

IDictionary<string, ExcelFunction>