C# Class OfficeOpenXml.ExcelCellAddress

A single cell address
显示文件 Open project: pruiz/EPPlus Class Usage Examples

Public Methods

Method Description
ExcelCellAddress ( ) : System
ExcelCellAddress ( int row, int column ) : System

Initializes a new instance of the ExcelCellAddress class.

ExcelCellAddress ( string address ) : System

Initializes a new instance of the ExcelCellAddress class.

Method Details

ExcelCellAddress() public method

public ExcelCellAddress ( ) : System
return System

ExcelCellAddress() public method

Initializes a new instance of the ExcelCellAddress class.
public ExcelCellAddress ( int row, int column ) : System
row int The row.
column int The column.
return System

ExcelCellAddress() public method

Initializes a new instance of the ExcelCellAddress class.
public ExcelCellAddress ( string address ) : System
address string The address
return System