ooodev.adapter.text.cell_range_comp module

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

Bases: CellRangeComp, CellRangePartialProps, ChartDataArrayPartial, CellRangeDataPartial, ChartDataChangeEventEvents

Class for managing CellRange Component.

Parameters:

component (XCellRange) –

__init__(component)[source]

Constructor

Parameters:

component (XCellRange) – UNO Component that support com.sun.star.text.CellRange service.

Return type:

None

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

CellRange Component

Return type:

CellRange