Show / Hide Table of Contents

Interface IFunctionNameProvider

Function name provider

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

Methods

IsFunctionName(String)

Is function name

Declaration
bool IsFunctionName(string name)
Parameters
Type Name Description
System.String name
Returns
Type Description
System.Boolean
In This Article
Back to top Generated by DocFX