ooodev.adapter.table.cell_value_binding_comp module

class ooodev.adapter.table.cell_value_binding_comp.CellValueBindingComp(component)[source]

Bases: ComponentBase, ModifyEvents, PropertyChangeImplement, VetoableChangeImplement, EventEvents

Class for managing table CellValueBinding Component.

Parameters:

component (CellValueBinding) –

__init__(component)[source]

Constructor

Parameters:

component (CellValueBinding) – UNO table CellValueBinding Component.

Return type:

None

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

CellValueBinding Component

Return type:

CellValueBinding