C# Class OfficeOpenXml.ExcelAddress

Range address with the address property readonly
Inheritance: ExcelAddressBase
Afficher le fichier Open project: pruiz/EPPlus Class Usage Examples

Méthodes publiques

Méthode Description
ExcelAddress ( int fromRow, int fromCol, int toRow, int toColumn ) : System
ExcelAddress ( string address ) : System

Private Methods

Méthode Description
ExcelAddress ( ) : System
ExcelAddress ( string ws, string address ) : System
ExcelAddress ( string ws, string address, bool isName ) : System

Method Details

ExcelAddress() public méthode

public ExcelAddress ( int fromRow, int fromCol, int toRow, int toColumn ) : System
fromRow int
fromCol int
toRow int
toColumn int
Résultat System

ExcelAddress() public méthode

public ExcelAddress ( string address ) : System
address string
Résultat System