Show / Hide Table of Contents

Interface IFunctionModule

Function module

Namespace: OfficeOpenXml.FormulaParsing.Excel.Functions
Assembly: EPPlus.dll
Syntax
public interface IFunctionModule

Properties

Functions

Gets a dictionary of custom function implementations.

Declaration
IDictionary<string, ExcelFunction> Functions { get; }
Property Value
Type Description
System.Collections.Generic.IDictionary<System.String, ExcelFunction>
In This Article
Back to top Generated by DocFX