worksheet property

worksheet property

Returns the Slicer.worksheet object which contains this slicer. Read-only.

Example


currSheet = slicer.parent

Definition:

@property
def worksheet(self):
    ...

See Also