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 generated_idl_chapter_refs.idl:3903
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