Class FormulaTableAddress
Formula table address
Inherited Members
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
System.IComparable<T>