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