21module 
com {  module sun {  module star {  module sheet {
 
   55             [in] 
string aFileName,
 
   56             [in] 
string aSourceArea,
 
   58             [in] 
string aFilterOptions );
 
 
provides access to the elements of a collection through an index.
Definition XIndexAccess.idl:32
provides access via index to a collection of area links and inserting and removing area links.
Definition XAreaLinks.idl:31
void removeByIndex([in] long nIndex)
removes an area link from the collection.
void insertAtPosition([in] com::sun::star::table::CellAddress aDestPos, [in] string aFileName, [in] string aSourceArea, [in] string aFilter, [in] string aFilterOptions)
creates an area link and adds it to the collection.
Definition Ambiguous.idl:20
contains a cell address within a spreadsheet document.
Definition CellAddress.idl:27