Top   Module   Use   Manual   Index 
 INCLUDED SERVICES | EXPORTED INTERFACES | PROPERTIES' SUMMARY | PROPERTIES' DETAILS 

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

service CellAreaLink

Description
a linked cell range.


Exported Interfaces

com::sun::star::sheet::XAreaLink
Description
represents a linked cell range.
com::sun::star::util::XRefreshable
Description
is supported by objects with data that can be refreshed from a data source.
com::sun::star::beans::XPropertySet
Description
provides information about and access to the properties from an implementation.

Properties' Summary

Url specifies the URL of the source document.
Filter specifies the name of the filter needed 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 needed 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