Show / Hide Table of Contents

Class CellReferenceProvider

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

Methods

GetReferencedAddresses(String, ParsingContext)

Declaration
public virtual IEnumerable<string> GetReferencedAddresses(string cellFormula, ParsingContext context)
Parameters
Type Name Description
System.String cellFormula
ParsingContext context
Returns
Type Description
System.Collections.Generic.IEnumerable<System.String>
Back to top Generated by DocFX