parent_cell property

parent_cell property

Returns the parent cell or None if the parent object does not implement the ICell interface. Read-only ICell.

Definition:

@property
def parent_cell(self):
    ...

See Also