Method | Description | |
---|---|---|
ExcelAddress ( int fromRow, int fromCol, int toRow, int toColumn ) : System | ||
ExcelAddress ( string address ) : System |
Method | Description | |
---|---|---|
ExcelAddress ( ) : System | ||
ExcelAddress ( string ws, string address ) : System | ||
ExcelAddress ( string ws, string address, bool isName ) : System |
public ExcelAddress ( int fromRow, int fromCol, int toRow, int toColumn ) : System | ||
fromRow | int | |
fromCol | int | |
toRow | int | |
toColumn | int | |
return | System |
public ExcelAddress ( string address ) : System | ||
address | string | |
return | System |