Name | Description | |
---|---|---|
Reference Constructor |
The following tables list the members exposed by Reference.
Name | Description | |
---|---|---|
Reference Constructor |
Name | Description | |
---|---|---|
ErrorWorksheetName |
Name | Description | |
---|---|---|
clone | Copy the reference. | |
equals | Overloaded. Equality comparison for late binding. | |
getColumn | Gets the 0-based column index. The default value is 0. | |
getHasColumn | Gets whether the reference has column. The default value is @code:true. | |
getHasRow | Gets whether the reference has row. The default value is @code:true. | |
getIsColumnRelative | Gets whether the column is relative. The default value is @code:true. | |
getIsError | Gets whether the reference contains error. The default value is @code:false. | |
getIsLastColumnRelative | Gets whether the last column is relative. The default value is @code:true. | |
getIsLastRowRelative | Gets whether the last row is absolute. The default value is @code:true. | |
getIsRange | Gets whether the reference is range. The default value is @code:false. | |
getIsRowRelative | Gets whether the row is relative. The default value is @code:true. | |
getLastColumn | Gets the end column index. The default value is 0. | |
getLastRow | Gets the 0-based end row index. The default value is 0. | |
getLastWorksheetName | Gets the name of the end worksheet of the 3D reference. | |
getRow | Gets the 0-based row index. The default value is 0. | |
getWorkbook | Gets the external workbook reference. The default value is @code:null. | |
getWorksheetName | Gets the name of the worksheet. | |
hashCode | This object doesn't support getting hash code, because all fields are mutable. | |
setColumn | Sets the 0-based column index. The default value is 0. | |
setHasColumn | Sets whether the reference has column. The default value is @code:true. | |
setHasRow | Sets whether the reference has row. The default value is @code:true. | |
setIsColumnRelative | Sets whether the column is relative. The default value is @code:true. | |
setIsError | Sets whether the reference contains error. The default value is @code:false. | |
setIsLastColumnRelative | Sets whether the last column is relative. The default value is @code:true. | |
setIsLastRowRelative | Sets whether the last row is absolute. The default value is @code:true. | |
setIsRange | Sets whether the reference is range. The default value is @code:false. | |
setIsRowRelative | Sets whether the row is relative. The default value is @code:true. | |
setLastColumn | Sets the end column index. The default value is 0. | |
setLastRow | Sets the 0-based end row index. The default value is 0. | |
setLastWorksheetName | Sets the name of the end worksheet of the 3D reference. | |
setRow | Sets the 0-based row index. The default value is 0. | |
setWorkbook | Sets the external workbook reference. The default value is @code:null. | |
setWorksheetName | Sets the name of the worksheet. | |
toString | Overloaded. Converts the reference to A1 string. |