is_grid_drop_zones property

is_grid_drop_zones property

Indicates whether the PivotTable report displays classic pivottable layout. (enables dragging fields in the grid)

Definition:

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

See Also