Table of Contents

Class ExcelCellAddress

Namespace
OfficeOpenXml
Assembly
Magicodes.EPPlus.dll
public class ExcelCellAddress
Inheritance
ExcelCellAddress
Inherited Members
Extension Methods

Constructors

ExcelCellAddress()

public ExcelCellAddress()

ExcelCellAddress(int, int)

public ExcelCellAddress(int row, int column)

Parameters

row int
column int

ExcelCellAddress(string)

public ExcelCellAddress(string address)

Parameters

address string

Properties

Address

public string Address { get; }

Property Value

string

Column

public int Column { get; }

Property Value

int

IsRef

public bool IsRef { get; }

Property Value

bool

Row

public int Row { get; }

Property Value

int

Methods

GetColumnLetter(int)

public static string GetColumnLetter(int column)

Parameters

column int

Returns

string