destination property

destination property

The cell to which the bookmark link.

Definition:

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

See Also