parent property

parent property

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

Remarks

NOTE: This member is now obsolete. Instead, please use Slicer.worksheet property. This property will be removed 12 months later since January 2026. Aspose apologizes for any inconvenience you may have experienced.

Example


currSheet = slicer.parent

Definition:

@property
def parent(self):
    ...

See Also