parent property

parent property

Returns the Worksheet object that represents the sheet that contains the slicer. Read-only.

Example


currSheet = slicer.parent

Definition:

@property
def parent(self):
    ...

See Also