- Description
- represents a sheet link.
A sheet link contains the source data of linked sheets, i.e. the
URL and sheet name of the external document.
To create a linked sheet, the sheet which will be used as linked
sheet has to exist already. The method
::com::sun::star::sheet::XSheetLinkable::link creates a ::com::sun::star::sheet::SheetLink
object in the document's ::com::sun::star::sheet::SheetLinks collection and links
the sheet to the specified external sheet.
- Developers Guide
Exported Interfaces |
::com::sun::star::container::XNamed |
- Description
- provides access to the name of the linked document.
This name is equal to the Url property.
|
::com::sun::star::util::XRefreshable |
- Description
- provides methods to reload the external data.
|
::com::sun::star::beans::XPropertySet |
- Description
- provides access to the properties.
|
Properties' Summary |
string
Url |
specifies the URL of the source document.
|
string
Filter |
specifies the name of the filter needed to load the source
document.
|
string
FilterOptions |
specifies the filter options needed to load the source document.
|
Properties' Details |
Url
string Url;
- Description
- specifies the URL of the source document.
|
|
Filter
string Filter;
- Description
- specifies the name of the filter needed to load the source
document.
|
|
FilterOptions
string FilterOptions;
- Description
- specifies the filter options needed to load the source document.
|
|
Top of Page
Copyright © 2003 Sun Microsystems, Inc.
|