Class FormulaTableAddress
Formula table address
Inherited Members
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 |