ooodev.adapter.table.table_chart_comp module
- class ooodev.adapter.table.table_chart_comp.TableChartComp(component)[source]
Bases:
ComponentBase
,TableChartPartial
,EmbeddedObjectSupplierPartial
Class for managing TableChart Component.
Provides methods to access rows via index and to insert and remove rows.
- Parameters:
component (XTableRows) –
- __init__(component)[source]
Constructor
- Parameters:
component (XCell) – UNO Component that implements
com.sun.star.table.TableChart
service.- Return type:
None
- property component: com.sun.star.table.TableChart
TableChart Component
- Return type:
TableChart