interface XAreaLinks in module com::sun::star::sheet::

(Global Index)

Syntax

interface XAreaLinks : com::sun::star::container::XIndexAccess ;

Description

represents a collection of area links.

See also

CellAreaLinks

Method Summary

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

removeByIndex removes an area link from the collection.

Known Services Which Export this Interface

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

Method Details



insertAtPosition

Syntax

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

Description

creates an area link and adds it to the collection.


removeByIndex

Syntax

void removeByIndex (
long nIndex );

Description

removes an area link from the collection.

Top of Page