PivotTable.InGridDropZones Property
Excel Developer Reference |
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, the in-grid representation of the PivotTable is the same as it was in Excel 2003. When the property is set to False, there are no in-grid drop zones. The PivotTable layout also changes with this property.
See Also