linked_cell property

linked_cell property

Gets and sets the linked cell.

Definition:

@property
def linked_cell(self):
    ...
@linked_cell.setter
def linked_cell(self, value):
    ...

See Also