Show / Hide Table of Contents

Class FormulaTableAddress

Formula table address

Inheritance
object
FormulaAddressBase
FormulaRangeAddress
FormulaTableAddress
Implements
IAddressInfo
IComparable<FormulaRangeAddress>
Inherited Members
FormulaRangeAddress.FromRow
FormulaRangeAddress.FromCol
FormulaRangeAddress.ToRow
FormulaRangeAddress.ToCol
FormulaRangeAddress.IsSingleCell
FormulaRangeAddress.Empty
FormulaRangeAddress.ToString()
FormulaRangeAddress.WorksheetAddress
FormulaRangeAddress.WorksheetName
FormulaRangeAddress.CompareTo(FormulaRangeAddress)
FormulaRangeAddress.Address
FormulaRangeAddress.Addresses
FormulaAddressBase.ExternalReferenceIx
FormulaAddressBase.WorksheetIx
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: OfficeOpenXml.FormulaParsing.LexicalAnalysis
Assembly: EPPlus.dll
Syntax
public class FormulaTableAddress : FormulaRangeAddress, IAddressInfo, IComparable<FormulaRangeAddress>

Constructors

FormulaTableAddress(ParsingContext)

Formula table address constructor

Declaration
public FormulaTableAddress(ParsingContext ctx)
Parameters
Type Name Description
ParsingContext ctx

FormulaTableAddress(ParsingContext, string)

Constructor

Declaration
public FormulaTableAddress(ParsingContext ctx, string tableAddress)
Parameters
Type Name Description
ParsingContext ctx
string tableAddress

Fields

ColumnName1

Names

Declaration
public string ColumnName1
Field Value
Type Description
string

ColumnName2

Names

Declaration
public string ColumnName2
Field Value
Type Description
string

TableName

Names

Declaration
public string TableName
Field Value
Type Description
string

TablePart1

Names

Declaration
public string TablePart1
Field Value
Type Description
string

TablePart2

Names

Declaration
public string TablePart2
Field Value
Type Description
string

Methods

Clone()

Clones the table address.

Declaration
public FormulaTableAddress Clone()
Returns
Type Description
FormulaTableAddress

Implements

IAddressInfo
IComparable<T>
In this article
Back to top Generated by DocFX