print_drill property
print_drill property
Specifies a boolean value that indicates whether drill indicators should be printed. print expand/collapse buttons when displayed on pivottable.
Definition:
@property
def print_drill(self):
    ...
@print_drill.setter
def print_drill(self, value):
    ...
See Also
- module 
aspose.cells.pivot - class 
PivotTable