C# Class OfficeOpenXml.ExcelCellAddress

A single cell address
Afficher le fichier Open project: pruiz/EPPlus Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public ExcelCellAddress ( ) : System
Résultat System

ExcelCellAddress() public méthode

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

ExcelCellAddress() public méthode

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