Class FormulaTableAddress
- Namespace
- OfficeOpenXml.FormulaParsing.LexicalAnalysis
- Assembly
- EPPlus.dll
Formula table address
public class FormulaTableAddress : FormulaRangeAddress, IAddressInfo, IComparable<FormulaRangeAddress>
- Inheritance
-
FormulaTableAddress
- Implements
- Inherited Members
Constructors
FormulaTableAddress(ParsingContext)
Formula table address constructor
public FormulaTableAddress(ParsingContext ctx)
Parameters
ctx
ParsingContext
FormulaTableAddress(ParsingContext, string)
Constructor
public FormulaTableAddress(ParsingContext ctx, string tableAddress)
Parameters
ctx
ParsingContexttableAddress
string
Fields
ColumnName1
Names
public string ColumnName1
Field Value
ColumnName2
Names
public string ColumnName2
Field Value
TableName
Names
public string TableName
Field Value
TablePart1
Names
public string TablePart1
Field Value
TablePart2
Names
public string TablePart2
Field Value
Methods
Clone()
Clones the table address.
public FormulaTableAddress Clone()