|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
int getCount()
IHyperLink get(int index)
IHyperLink add(IXLSRange range)
range
- Range object that represents the range new hyperlink is attached to.
void removeAt(int index)
index
- HyperLink index to remove.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |