PivotTable.SmallGrid Property

Definition

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.

Applies to