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

struct ExternalReference

Elements' Summary
Index Index of an externally linked document. Each externally-linked document has a unique index value.  
Reference Reference data.  
Elements' Details
Index
long Index;
Description
Index of an externally linked document. Each externally-linked document has a unique index value.

You can get the index value of an external document from the corresponding com::sun::star::sheet::ExternalDocLink instance through its attribute com::sun::star::sheet::ExternalDocLink::TokenIndex.

See also
ExternalDocLink, ExternalDocLink::TokenIndex
Reference
any Reference;
Description
Reference data.

This can store either SingleReference for a single cell reference, ComplexReference for a cell range reference, or simply a string for a defined name.

The SingleReference::Sheet member shall contain the index of the external sheet cache containing the values of the externally referenced cells.

See also
SingleReference, ComplexReference
Top of Page