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
Formula
The formula
public string Formula { get; }
Property Value
Worksheet
The name of the worksheet.
public string Worksheet { get; }