Show / Hide Table of Contents

Class FormulaAddressBase

Formula address base

Inheritance
System.Object
FormulaAddressBase
FormulaRangeAddress
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.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
System.Int32

WorksheetIx

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

Declaration
public int WorksheetIx
Field Value
Type Description
System.Int32
In This Article
Back to top Generated by DocFX