hyperlinkscollection-ag凯发旗舰厅
com.spire.xls.collections
class hyperlinkscollection
java.lang.object
com.spire.ms.system.collections.collectionbase
com.spire.xls.core.spreadsheet.collections.xlshyperlinkscollection
com.spire.xls.collections.hyperlinkscollection
- all implemented interfaces:
- com.spire.ms.system.collections.icollection, com.spire.ms.system.collections.ienumerable, ihyperlinks, java.lang.iterable
public class hyperlinkscollection
- extends xlshyperlinkscollection
represents the hyperlinkscollection
hyperlinkscollection
public hyperlinkscollection(java.lang.object parent)
hyperlinkscollection
public hyperlinkscollection(java.lang.object parent,
boolean isreadonly)
get
public hyperlink get(int index)
- returns single entry from the collection. read-only.
- specified by:
get
in interface ihyperlinks
- overrides:
get
in class xlshyperlinkscollection
add
public hyperlink add(cellrange range)
- adds a new hyperlink.
- parameters:
range
- range object.
add
public int add(hyperlink link)
- adds new hyperlink.
- parameters:
link
- hyperlink to add.
- returns:
- index of hyperlink added.
getrangehyperlinks
public hyperlinkscollection getrangehyperlinks(cellrange range)
- gets hyperlinks for the specified range.
- parameters:
range
- range object.
- returns: