Interface IFormulaCellInfo
Represents a formula cell
Namespace: OfficeOpenXml.FormulaParsing
Assembly: EPPlus.dll
Syntax
public interface IFormulaCellInfo
Properties
Address
The address
Declaration
string Address { get; }
Property Value
Type | Description |
---|---|
System.String |
Formula
The formula
Declaration
string Formula { get; }
Property Value
Type | Description |
---|---|
System.String |
Worksheet
The worksheet
Declaration
string Worksheet { get; }
Property Value
Type | Description |
---|---|
System.String |