com.spire.xls
Class HyperLink
java.lang.Object
com.spire.xls.core.spreadsheet.XlsObject
com.spire.xls.core.spreadsheet.XlsHyperLink
com.spire.xls.HyperLink
- All Implemented Interfaces:
- IHyperLink
public class HyperLink
- extends XlsHyperLink
Constructor Summary |
HyperLink(java.lang.Object parent)
|
Method Summary |
CellRange |
getRange()
Returns a range object that represents the range the specified hyperlink is attached to. |
void |
setRange(CellRange value)
Sets a range object that represents the range the specified hyperlink is attached to. |
Methods inherited from class com.spire.xls.core.spreadsheet.XlsHyperLink |
getAddress, getFirstColumn, getFirstRow, getLastColumn, getLastRow, getName, getScreenTip, getSubAddress, getTextToDisplay, getType, getUnicodePath, setAddress, setAddress, setInnerSubAddress, setRange, setScreenTip, setSubAddress, setTextToDisplay, setType, setUnicodePath |
HyperLink
public HyperLink(java.lang.Object parent)
getRange
public CellRange getRange()
- Returns a range object that represents the range the specified hyperlink is attached to.
- Specified by:
getRange
in interface IHyperLink
- Overrides:
getRange
in class XlsHyperLink
- Returns:
setRange
public void setRange(CellRange value)
- Sets a range object that represents the range the specified hyperlink is attached to.
- Parameters:
value
-