interface XTableRows in module com::sun::star::table::

(Global Index)

Syntax

interface XTableRows : com::sun::star::container::XIndexAccess ;

Description

represents a collection of rows in a table.

See also

TableRows

Method Summary

insertByIndex inserts new rows.

removeByIndex deletes rows.

Known Services Which Export this Interface

com::sun::star::table::TableRows

Method Details



insertByIndex

Syntax

void insertByIndex (
long nIndex,
long nCount );

Description

inserts new rows.


removeByIndex

Syntax

void removeByIndex (
long nIndex,
long nCount );

Description

deletes rows.

Top of Page