ooodev.adapter.table.table_rows_partial module
- class ooodev.adapter.table.table_rows_partial.TableRowsPartial(component, interface=com.sun.star.table.XTableRows)[source]
Bases:
IndexAccessPartial[T],Generic[T]Partial Class for XTableRows.
- __init__(component, interface=com.sun.star.table.XTableRows)[source]
Constructor
- Parameters:
component (XTableRows) – UNO Component that implements
com.sun.star.container.XTableRowsinterface.interface (UnoInterface, optional) – The interface to be validated. Defaults to
XTableRows.
- Return type:
None
- ooodev.adapter.table.table_rows_partial.T = TypeVar(T)
Type:
TypeVarInvariant
TypeVar.