caption property

caption property

Returns or sets the caption of the specified slicer.

Example


slicer.caption = "slicer caption"

Definition:

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

See Also