Class FormulaDependencies
Inheritance
System.Object
FormulaDependencies
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.ExcelUtilities
Assembly: EPPlus.dll
Syntax
public class FormulaDependencies
Constructors
FormulaDependencies()
Declaration
public FormulaDependencies()
FormulaDependencies(FormulaDependencyFactory)
Declaration
public FormulaDependencies(FormulaDependencyFactory formulaDependencyFactory)
Parameters
Type | Name | Description |
---|---|---|
FormulaDependencyFactory | formulaDependencyFactory |
Properties
Dependencies
Declaration
public IEnumerable<KeyValuePair<string, FormulaDependency>> Dependencies { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<System.String, FormulaDependency>> |
Methods
AddFormulaScope(ParsingScope)
Declaration
public void AddFormulaScope(ParsingScope parsingScope)
Parameters
Type | Name | Description |
---|---|---|
ParsingScope | parsingScope |
Clear()
Declaration
public void Clear()