ooodev.adapter.table.cell_cursor_comp module
- class ooodev.adapter.table.cell_cursor_comp.CellComp(component)[source]
Bases:
ComponentBase
Class for managing table Cell Cursor Component.
- Parameters:
component (CellCursor) –
- __init__(component)[source]
Constructor
- Parameters:
component (CellCursor) – UNO table CellCursor Component.
- Return type:
None
- property component: com.sun.star.table.CellCursor
CellCursor Component
- Return type:
CellCursor