Show / Hide Table of Contents

Class FunctionNameProvider

Inheritance
System.Object
FunctionNameProvider
Implements
IFunctionNameProvider
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 class FunctionNameProvider : IFunctionNameProvider

Properties

Empty

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

Methods

IsFunctionName(String)

Declaration
public virtual bool IsFunctionName(string name)
Parameters
Type Name Description
System.String name
Returns
Type Description
System.Boolean

Implements

IFunctionNameProvider
In This Article
  • Properties
    • Empty
  • Methods
    • IsFunctionName(String)
  • Implements
Back to top Generated by DocFX