Show / Hide Table of Contents

Class IndexToAddressTranslator

Inheritance
System.Object
IndexToAddressTranslator
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)
System.Object.ToString()
Namespace: OfficeOpenXml.FormulaParsing.ExcelUtilities
Assembly: EPPlus.dll
Syntax
public class IndexToAddressTranslator

Constructors

IndexToAddressTranslator(ExcelDataProvider)

Declaration
public IndexToAddressTranslator(ExcelDataProvider excelDataProvider)
Parameters
Type Name Description
ExcelDataProvider excelDataProvider

IndexToAddressTranslator(ExcelDataProvider, ExcelReferenceType)

Declaration
public IndexToAddressTranslator(ExcelDataProvider excelDataProvider, ExcelReferenceType referenceType)
Parameters
Type Name Description
ExcelDataProvider excelDataProvider
ExcelReferenceType referenceType

Methods

GetColumnLetter(Int32, Boolean)

Declaration
protected static string GetColumnLetter(int iColumnNumber, bool fixedCol)
Parameters
Type Name Description
System.Int32 iColumnNumber
System.Boolean fixedCol
Returns
Type Description
System.String

ToAddress(Int32, Int32)

Declaration
public string ToAddress(int col, int row)
Parameters
Type Name Description
System.Int32 col
System.Int32 row
Returns
Type Description
System.String
Back to top Generated by DocFX