Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

com :: sun :: star :: sheet ::

interface XAreaLinks

Base Interface
com::sun::star::container::XIndexAccess

Description
represents a collection of area links.
See also
com::sun::star::sheet::CellAreaLinks


Known Services which Export this Interface

com::sun::star::sheet::CellAreaLinks a collection of area links.

Methods' Summary

insertAtPosition creates an area link and adds it to the collection.
removeByIndex removes an area link from the collection.

Methods' Details

insertAtPosition
 
void
insertAtPosition(
[ in ] com::sun::star::table::CellAddress aDestPos,
[ in ] string aFileName,
[ in ] string aSourceArea,
[ in ] string aFilter,
[ in ] string aFilterOptions );

Description
creates an area link and adds it to the collection.
removeByIndex
 
void
removeByIndex(
[ in ] long nIndex );

Description
removes an area link from the collection.

Top of Page