ooodev.adapter.sheet.sheet_cell_comp module

class ooodev.adapter.sheet.sheet_cell_comp.SheetCellComp(component)[source]

Bases: ComponentBase, TextPartial, ModifyEvents, PropertyChangeImplement, VetoableChangeImplement

Class for managing Sheet Cell Component.

Parameters:

component (SheetCell) –

__init__(component)[source]

Constructor

Parameters:

component (SheetCell) – UNO Sheet Cell Component

Return type:

None

property component: com.sun.star.sheet.SheetCell

Sheet Cell Component

Return type:

SheetCell