Interface IFormulaCellInfo
- Namespace
- OfficeOpenXml.FormulaParsing
- Assembly
- EPPlus.dll
Represents a formula cell
public interface IFormulaCellInfo
Properties
Address
The address
string Address { get; }
Property Value
Formula
The formula
string Formula { get; }
Property Value
Worksheet
The worksheet
string Worksheet { get; }