Class FormulaCellInfo
Used in the formula calculation dependency chain
Implements
Inherited Members
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 |