PivotTable.InGridDropZones Property (Excel)

This property is used to toggle in-grid drop zones for a PivotTable object. In some cases, it also affects the layout of the PivotTable. Read/write Boolean.

Version Information

Version Added: Excel 2007

Syntax

expression .InGridDropZones

expression A variable that represents a PivotTable object.

Remarks

When the InGridDropZones property is set to True, there are in-grid drop zones. When the property is set to False, there are no in-grid drop zones. The PivotTable layout also changes with this property.

See Also

Concepts

PivotTable Object Members

PivotTable Object