Class FormulaTableAddress
Inherited Members
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)
Declaration
public FormulaTableAddress(ParsingContext ctx)
Parameters
Type | Name | Description |
---|---|---|
ParsingContext | ctx |
FormulaTableAddress(ParsingContext, String)
Declaration
public FormulaTableAddress(ParsingContext ctx, string tableAddress)
Parameters
Type | Name | Description |
---|---|---|
ParsingContext | ctx | |
System.String | tableAddress |
Fields
ColumnName1
Declaration
public string ColumnName1
Field Value
Type | Description |
---|---|
System.String |
ColumnName2
Declaration
public string ColumnName2
Field Value
Type | Description |
---|---|
System.String |
TableName
Declaration
public string TableName
Field Value
Type | Description |
---|---|
System.String |
TablePart1
Declaration
public string TablePart1
Field Value
Type | Description |
---|---|
System.String |
TablePart2
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
System.IComparable<T>