LibreOffice
LibreOffice 5.0 SDK API Reference
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Exported Interfaces | List of all members
TableRows Service Referencepublished

represents a collection of all rows of a table or spreadsheet. More...

import "TableRows.idl";

Inheritance diagram for TableRows:
XTableRows XEnumerationAccess XIndexAccess XElementAccess XElementAccess XInterface XInterface

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

- Public Member Functions inherited from XTableRows
void insertByIndex ([in] long nIndex,[in] long nCount)
 inserts new rows. More...
 
void removeByIndex ([in] long nIndex,[in] long nCount)
 deletes rows. More...
 
- Public Member Functions inherited from XEnumerationAccess
com::sun::star::container::XEnumeration createEnumeration ()
 

Detailed Description

represents a collection of all rows of a table or spreadsheet.

See Also
com::sun::star::table::TableRow
Developers Guide
Spreadsheets - Columns and Rows

Exported Interfaces

creates an enumeration of all contained rows.

See Also
com::sun::star::table::TableRowsEnumeration

provides methods to insert and remove rows.


The documentation for this service was generated from the following file: