Class FunctionsModule
Base class
Implements
Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
  Namespace: OfficeOpenXml.FormulaParsing.Excel.Functions
Assembly: EPPlus.dll
Syntax
public abstract class FunctionsModule : IFunctionModuleProperties
CustomCompilers
Gets a dictionary of custom function compilers. A function compiler is not necessary for a custom function, unless the default expression evaluation is not sufficient for the implementation of the custom function. When a FunctionCompiler instance is created, it should be given a reference to the same function instance that exists in the Functions collection of this module.
Declaration
public IDictionary<Type, FunctionCompiler> CustomCompilers { get; }Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.IDictionary<System.Type, FunctionCompiler> | 
Functions
Gets a dictionary of custom function implementations.
Declaration
public IDictionary<string, ExcelFunction> Functions { get; }Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.IDictionary<System.String, ExcelFunction> |