Class FormulaCellInfo
Used in the formula calculation dependency chain
Inheritance
System.Object
FormulaCellInfo
Implements
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
The address of the formula
Declaration
public string Address { get; }
Property Value
Type | Description |
---|---|
System.String |
Formula
The formula
Declaration
public string Formula { get; }
Property Value
Type | Description |
---|---|
System.String |
Worksheet
The name of the worksheet.
Declaration
public string Worksheet { get; }
Property Value
Type | Description |
---|---|
System.String |