Show / Hide Table of Contents

Class FormulaTableAddress

Formula table address

Inheritance
System.Object
FormulaAddressBase
FormulaRangeAddress
FormulaTableAddress
Implements
IAddressInfo
System.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
FormulaAddressBase.ExternalReferenceIx
FormulaAddressBase.WorksheetIx
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)
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
System.String tableAddress

Fields

ColumnName1

Names

Declaration
public string ColumnName1
Field Value
Type Description
System.String

ColumnName2

Names

Declaration
public string ColumnName2
Field Value
Type Description
System.String

TableName

Names

Declaration
public string TableName
Field Value
Type Description
System.String

TablePart1

Names

Declaration
public string TablePart1
Field Value
Type Description
System.String

TablePart2

Names

Declaration
public string TablePart2
Field Value
Type Description
System.String

Methods

Clone()

Clones the table address.

Declaration
public FormulaTableAddress Clone()
Returns
Type Description
FormulaTableAddress

Implements

IAddressInfo
System.IComparable<T>
In This Article
Back to top Generated by DocFX