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
Int32

WorksheetIx

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

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