has_blank_rows property

has_blank_rows property

Indicates whether to add blank rows. This property only applies for the PivotTable auto format types which needs to add blank rows.

Definition:

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

See Also