caption_visible property
caption_visible property
Returns or sets whether the header that displays the slicer Caption is visible. The default value is true
Remarks
NOTE: This member is now obsolete. Instead,
please use Slicer.show_caption property.
This property will be removed 12 months later since January 2026.
Aspose apologizes for any inconvenience you may have experienced.
Example
slicer.caption_visible = True
Definition:
@property
def caption_visible(self):
...
@caption_visible.setter
def caption_visible(self, value):
...
See Also
- module
aspose.cells.slicers - class
Slicer