Table of Contents

Interface IFormulaCellInfo

Namespace
OfficeOpenXml.FormulaParsing
Assembly
EPPlus.dll

Represents a formula cell

public interface IFormulaCellInfo

Properties

Address

The address

string Address { get; }

Property Value

string

Formula

The formula

string Formula { get; }

Property Value

string

Worksheet

The worksheet

string Worksheet { get; }

Property Value

string