Show / Hide Table of Contents

Class FormulaCellInfo

Used in the formula calculation dependency chain

Inheritance
object
FormulaCellInfo
Implements
IFormulaCellInfo
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: OfficeOpenXml.FormulaParsing
Assembly: EPPlus.dll
Syntax
public class FormulaCellInfo : IFormulaCellInfo

Properties

Address

The address of the formula

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

Formula

The formula

Declaration
public string Formula { get; }
Property Value
Type Description
string

Worksheet

The name of the worksheet.

Declaration
public string Worksheet { get; }
Property Value
Type Description
string

Implements

IFormulaCellInfo
In this article
Back to top Generated by DocFX