메소드 | 설명 | |
---|---|---|
AddReference ( int rowFirst, int rowLast, int columnFirst, int columnLast ) : void | ||
Equals ( object obj ) : bool | ||
ExcelReference ( int row, int column ) : System | ||
ExcelReference ( int rowFirst, int rowLast, int columnFirst, int columnLast ) : System | ||
ExcelReference ( int rowFirst, int rowLast, int columnFirst, int columnLast, |
||
ExcelReference ( int rowFirst, int rowLast, int columnFirst, int columnLast, string sheetName ) : System | ||
GetHashCode ( ) : int | ||
GetValue ( ) : object | ||
SetValue ( object value ) : bool | ||
ToString ( ) : string |
메소드 | 설명 | |
---|---|---|
Equals ( |
||
GetRectangleCount ( ) : int | ||
GetRectangles ( ) : int[][] |
public AddReference ( int rowFirst, int rowLast, int columnFirst, int columnLast ) : void | ||
rowFirst | int | |
rowLast | int | |
columnFirst | int | |
columnLast | int | |
리턴 | void |
public ExcelReference ( int row, int column ) : System | ||
row | int | |
column | int | |
리턴 | System |
public ExcelReference ( int rowFirst, int rowLast, int columnFirst, int columnLast ) : System | ||
rowFirst | int | |
rowLast | int | |
columnFirst | int | |
columnLast | int | |
리턴 | System |
public ExcelReference ( int rowFirst, int rowLast, int columnFirst, int columnLast, |
||
rowFirst | int | |
rowLast | int | |
columnFirst | int | |
columnLast | int | |
sheetId | ||
리턴 | System |
public ExcelReference ( int rowFirst, int rowLast, int columnFirst, int columnLast, string sheetName ) : System | ||
rowFirst | int | |
rowLast | int | |
columnFirst | int | |
columnLast | int | |
sheetName | string | |
리턴 | System |