Show / Hide Table of Contents

Class FormulaAddressBase

Formula address base

Inheritance
object
FormulaAddressBase
FormulaRangeAddress
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: OfficeOpenXml.FormulaParsing.LexicalAnalysis
Assembly: EPPlus.dll
Syntax
public class FormulaAddressBase

Fields

ExternalReferenceIx

External reference index. -1 means the current workbook. short.MinValue - Invalid reference.

Declaration
public int ExternalReferenceIx
Field Value
Type Description
int

WorksheetIx

Worksheet index in the package. -1 - Non-existing worksheet short.MinValue - Not set.

Declaration
public int WorksheetIx
Field Value
Type Description
int
In this article
Back to top Generated by DocFX