C# Class OfficeOpenXml.ExcelAddress

Range address with the address property readonly
Inheritance: ExcelAddressBase
Exibir arquivo Open project: pruiz/EPPlus Class Usage Examples

Public Methods

Method Description
ExcelAddress ( int fromRow, int fromCol, int toRow, int toColumn ) : System
ExcelAddress ( string address ) : System

Private Methods

Method Description
ExcelAddress ( ) : System
ExcelAddress ( string ws, string address ) : System
ExcelAddress ( string ws, string address, bool isName ) : System

Method Details

ExcelAddress() public method

public ExcelAddress ( int fromRow, int fromCol, int toRow, int toColumn ) : System
fromRow int
fromCol int
toRow int
toColumn int
return System

ExcelAddress() public method

public ExcelAddress ( string address ) : System
address string
return System