Show / Hide Table of Contents

Class FormulaCellInfo

Inheritance
System.Object
FormulaCellInfo
Implements
IFormulaCellInfo
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: OfficeOpenXml.FormulaParsing
Assembly: EPPlus.dll
Syntax
public class FormulaCellInfo : IFormulaCellInfo

Properties

Address

Declaration
public string Address { get; }
Property Value
Type Description
System.String

Formula

Declaration
public string Formula { get; }
Property Value
Type Description
System.String

Worksheet

Declaration
public string Worksheet { get; }
Property Value
Type Description
System.String

Implements

IFormulaCellInfo
In This Article
Back to top Generated by DocFX