메소드 | 설명 | |
---|---|---|
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.
|
public ExcelCellAddress ( int row, int column ) : System | ||
row | int | The row. |
column | int | The column. |
리턴 | System |
public ExcelCellAddress ( string address ) : System | ||
address | string | The address |
리턴 | System |