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