Method | Description | |
---|---|---|
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 |
Method | Description | |
---|---|---|
Equals ( |
||
GetRectangleCount ( ) : int | ||
GetRectangles ( ) : int[][] |
public AddReference ( int rowFirst, int rowLast, int columnFirst, int columnLast ) : void | ||
rowFirst | int | |
rowLast | int | |
columnFirst | int | |
columnLast | int | |
return | void |
public ExcelReference ( int row, int column ) : System | ||
row | int | |
column | int | |
return | System |
public ExcelReference ( int rowFirst, int rowLast, int columnFirst, int columnLast ) : System | ||
rowFirst | int | |
rowLast | int | |
columnFirst | int | |
columnLast | int | |
return | System |
public ExcelReference ( int rowFirst, int rowLast, int columnFirst, int columnLast, |
||
rowFirst | int | |
rowLast | int | |
columnFirst | int | |
columnLast | int | |
sheetId | ||
return | System |
public ExcelReference ( int rowFirst, int rowLast, int columnFirst, int columnLast, string sheetName ) : System | ||
rowFirst | int | |
rowLast | int | |
columnFirst | int | |
columnLast | int | |
sheetName | string | |
return | System |