Class FormulaTableAddress
Inheritance
System.Object
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)
Assembly: EPPlus.dll
public class FormulaTableAddress : FormulaRangeAddress, IAddressInfo, IComparable<FormulaRangeAddress>
Constructors
FormulaTableAddress(ParsingContext)
Declaration
public FormulaTableAddress(ParsingContext ctx)
Parameters
FormulaTableAddress(ParsingContext, String)
Declaration
public FormulaTableAddress(ParsingContext ctx, string tableAddress)
Parameters
Fields
Declaration
public string ColumnName1
Field Value
Type |
Description |
System.String |
|
Declaration
public string ColumnName2
Field Value
Type |
Description |
System.String |
|
Declaration
Field Value
Type |
Description |
System.String |
|
Declaration
Field Value
Type |
Description |
System.String |
|
Declaration
Field Value
Type |
Description |
System.String |
|
Methods
Declaration
public virtual FormulaTableAddress Clone()
Returns
Implements
System.IComparable<T>