caption_visible fastighet
caption_visible fastighet
Returnerar eller ställer in om rubriken som visar slicer Caption är synlig standardvärdet är sant
Exempel
slicer.caption_visible = True
Definition:
@property
def caption_visible(self):
...
@caption_visible.setter
def caption_visible(self, value):
...
Se även
- modul aspose.cells.slicers
- klass Slicer