21module
com { module sun { module star { module table {
provides access to the elements of a collection through an index.
Definition generated_idl_chapter_refs.idl:3903
provides methods to access rows via index and to insert and remove rows.
Definition XTableRows.idl:29
void removeByIndex([in] long nIndex, [in] long nCount)
deletes rows.
void insertByIndex([in] long nIndex, [in] long nCount)
inserts new rows.
Definition Ambiguous.idl:20