Show / Hide Table of Contents

Class FunctionNameProvider

Function name provider

Inheritance
object
FunctionNameProvider
Implements
IFunctionNameProvider
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: OfficeOpenXml.FormulaParsing.Excel.Functions
Assembly: EPPlus.dll
Syntax
public class FunctionNameProvider : IFunctionNameProvider

Properties

Empty

Empty

Declaration
public static FunctionNameProvider Empty { get; }
Property Value
Type Description
FunctionNameProvider

Methods

IsFunctionName(string)

Is function name

Declaration
public virtual bool IsFunctionName(string name)
Parameters
Type Name Description
string name
Returns
Type Description
bool

Implements

IFunctionNameProvider
In this article
Back to top Generated by DocFX