PivotTable Object

Microsoft Office Web Components Visual Basic

PivotTable Object

PivotTable Multiple objects

Represents the container for a PivotTable list.

Using the PivotTable Object

You can use either the CreateObject method or the New keyword to create a PivotTable object.

The object ID for a PivotTable list on an HTML page returns a PivotTable object. The programmatic identifier for the PivotTable object is CLSID:0002E55A-0000-0000-C000-000000000046. The following example creates a PivotTable list named "PivotTable1" on an HTML page.

<object id=PivotTable1 classid=CLSID:0002E55A-0000-0000-C000-000000000046></object>