hyperlink-ag凯发旗舰厅
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
-