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