ihyperlinks-ag凯发旗舰厅



com.spire.xls.core
interface ihyperlinks

all known implementing classes:
hyperlinkscollection, xlshyperlinkscollection

public interface ihyperlinks

method summary
 ihyperlink add(ixlsrange range)
          defines a new hyperlink.
 ihyperlink get(int index)
          returns a single hyperlink object from the collection.
 int getcount()
          returns the number of objects in the collection.
 void removeat(int index)
          removes hyperlink object from the collection.
 
method detail

getcount

int getcount()
returns the number of objects in the collection. read-only.

get

ihyperlink get(int index)
returns a single hyperlink object from the collection. read-only.

add

ihyperlink add(ixlsrange range)
defines a new hyperlink.
parameters:
range - range object that represents the range new hyperlink is attached to.

removeat

void removeat(int index)
removes hyperlink object from the collection.
parameters:
index - hyperlink index to remove.


网站地图