20 #ifndef __com_sun_star_table_XTableRows_idl__
21 #define __com_sun_star_table_XTableRows_idl__
26 module com { module sun { module star { module table {
47 void insertByIndex( [in]
long nIndex, [in]
long nCount );
61 void removeByIndex( [in]
long nIndex, [in]
long nCount );
provides methods to access rows via index and to insert and remove rows.
Definition: XTableRows.idl:33
provides access to the elements of a collection through an index.
Definition: XIndexAccess.idl:39