21module 
com {  module sun {  module star {  module table {
 
provides access to the elements of a collection through an index.
Definition XIndexAccess.idl:32
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