Table of Contents

Class FormulaCellInfo

Namespace
OfficeOpenXml.FormulaParsing
Assembly
EPPlus.dll

Used in the formula calculation dependency chain

public class FormulaCellInfo : IFormulaCellInfo
Inheritance
FormulaCellInfo
Implements
Inherited Members

Properties

Address

The address of the formula

public string Address { get; }

Property Value

string

Formula

The formula

public string Formula { get; }

Property Value

string

Worksheet

The name of the worksheet.

public string Worksheet { get; }

Property Value

string