Show / Hide Table of Contents

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
In This Article
Back to top Generated by DocFX