LibreOffice
LibreOffice 5.0 SDK API Reference
|
represents a collection of all rows of a table or spreadsheet. More...
import "TableRows.idl";
Exported Interfaces | |
interface | com::sun::star::table::XTableRows |
provides methods to insert and remove rows. More... | |
interface | com::sun::star::container::XEnumerationAccess |
creates an enumeration of all contained rows. More... | |
Additional Inherited Members | |
![]() | |
void | insertByIndex ([in] long nIndex,[in] long nCount) |
inserts new rows. More... | |
void | removeByIndex ([in] long nIndex,[in] long nCount) |
deletes rows. More... | |
![]() | |
com::sun::star::container::XEnumeration | createEnumeration () |
represents a collection of all rows of a table or spreadsheet.
creates an enumeration of all contained rows.
interface com::sun::star::table::XTableRows |
provides methods to insert and remove rows.