Show / Hide Table of Contents

Class FormulaDependency

Inheritance
System.Object
FormulaDependency
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 FormulaDependency

Constructors

FormulaDependency(ParsingScope)

Declaration
public FormulaDependency(ParsingScope scope)
Parameters
Type Name Description
ParsingScope scope

Properties

Address

Declaration
public RangeAddress Address { get; }
Property Value
Type Description
RangeAddress

ScopeId

Declaration
public Guid ScopeId { get; }
Property Value
Type Description
System.Guid

Methods

AddReferenceFrom(RangeAddress)

Declaration
public virtual void AddReferenceFrom(RangeAddress rangeAddress)
Parameters
Type Name Description
RangeAddress rangeAddress

AddReferenceTo(RangeAddress)

Declaration
public virtual void AddReferenceTo(RangeAddress rangeAddress)
Parameters
Type Name Description
RangeAddress rangeAddress
Back to top Generated by DocFX