|
ActiveXLS v6.4.0 API Documentation | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | CONST | CONSTR | METHOD | DETAIL: CONST | CONSTR | METHOD |
System.ObjectActiveXLS.ExternalLinks
This class contains the external links from the formulas inside the document. The list is updated only after the formulas are calculated.
Constructor Summary | |
ExternalLinks()
|
Method Summary | |
void |
addLink(System.String link)
Adds an external link to the document. |
int |
Count()
Returns the number of links in the document. |
ExcelDocument |
getExcelDocument(System.String link)
Returns the Excel document specified by the link. |
int |
getIndexOf(System.String link)
Returns the index of the specified link. |
System.String |
getLinkAt(int index)
Returns the link on the specified position. |
Constructor Detail |
public ExternalLinks()
Method Detail |
public void addLink(System.String link)
link
- the external link.getLinkAt(int)
,
Count()
public System.String getLinkAt(int index)
index
- the index of the link in the link list.
addLink(System.String)
,
Count()
public int getIndexOf(System.String link)
link
- the external link.
addLink(System.String)
,
Count()
public ExcelDocument getExcelDocument(System.String link)
link
- the external link.
addLink(System.String)
,
Count()
public int Count()
addLink(System.String)
,
getLinkAt(int)
|
Copyright 2009 On Time Computing Solutions | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | CONST | CONSTR | METHOD | DETAIL: CONST | CONSTR | METHOD |