Class FunctionNameProvider
Inheritance
System.Object
    FunctionNameProvider
  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 class FunctionNameProvider : IFunctionNameProviderProperties
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 |