PivotTable.SmallGrid Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
True if Microsoft Excel uses a grid that’s two cells wide and two cells deep for a newly created PivotTable report. False if Excel uses a blank stencil outline. Read/write Boolean.
public:
property bool SmallGrid { bool get(); void set(bool value); };
public bool SmallGrid { get; set; }
Public Property SmallGrid As Boolean
Property Value
Remarks
You should use the stencil outline. The grid is provided only because it enables compatibility with earlier versions of Excel.