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

service SheetLinks
Description
represents a collection of sheet links.
See also
SheetLink, SpreadsheetDocument
Developers Guide
Spreadsheets - Sheet Links

Exported Interfaces - Summary
::com::sun::star::container::XIndexAccess

provides access to the sheet links via index. (details)

::com::sun::star::container::XNameAccess

provides access to the sheet links using the name of the linked document. (details)

::com::sun::star::container::XEnumerationAccess

creates an enumeration of all sheet links. (details)

Exported Interfaces - Details
::com::sun::star::container::XIndexAccess
Description
provides access to the sheet links via index.
See also
SheetLink
::com::sun::star::container::XNameAccess
Description
provides access to the sheet links using the name of the linked document.
See also
SheetLink
::com::sun::star::container::XEnumerationAccess
Description
creates an enumeration of all sheet links.
See also
SheetLinksEnumeration

 
Top of Page