ooodev.adapter.table.table_rows_comp module

class ooodev.adapter.table.table_rows_comp.TableRowsComp(component)[source]

Bases: ComponentBase, TableRowsPartial, EnumerationAccessPartial

Class for managing TableRows Component.

Provides methods to access rows via index and to insert and remove rows.

__init__(component)[source]

Constructor

Parameters:

component (XCell) – UNO Component that implements com.sun.star.table.TableRows service.

Return type:

None

property component: com.sun.star.table.TableRows

TableRows Component

Return type:

TableRows