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