ooodev.adapter.table.cell_range_comp module

class ooodev.adapter.table.cell_range_comp.CellRangeComp(component)[source]

Bases: ComponentBase, CellRangePartial, PropertyChangeImplement, VetoableChangeImplement

Class for managing table CellRange Component.

Parameters:

component (CellRange) –

__init__(component)[source]

Constructor

Parameters:

component (CellRange) – UNO table CellRange Component.

Return type:

None

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

CellRange Component

Return type:

CellRange