parent property

parent property

Returns the Worksheet object which contains this slicer. Read-only.

Example


currSheet = slicer.parent

Definition:

@property
def parent(self):
    ...

See Also