:: com :: sun :: star :: sheet ::
|
service CellAreaLink |
- Description
- represents a linked cell range.
A linked cell range is a range which is linked to an equal-sized
range in an external document. The contents of the external range is
copied into the range of this document.
- See also
- CellAreaLinks
|
Exported Interfaces |
XAreaLink |
- Description
- provides methods to change the settings of the linked cell range.
|
::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 |
Url |
specifies the URL of the source document.
|
Filter |
specifies the name of the filter used to load the source document.
|
FilterOptions |
specifies the filter options needed to load the source document.
|
RefreshDelay |
specifies the delay time between two refresh actions in seconds.
|
Properties' Details |
Url
string Url;
- Description
- specifies the URL of the source document.
|
|
Filter
string Filter;
- Description
- specifies the name of the filter used to load the source document.
|
|
FilterOptions
string FilterOptions;
- Description
- specifies the filter options needed to load the source document.
|
|
RefreshDelay
long RefreshDelay;
- Description
- specifies the delay time between two refresh actions in seconds.
|
|
Top of Page
Copyright © 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.