Specifies the type of HTML generated and the component used by Microsoft Excel when an item is published to a Web page.
Contained In
Remarks
This element contains one of the following string constants specifying whether the item is static or interactive in the Web page.
| Constant | Description |
| PivotList | Use the PivotTable component. |
| StaticHTML | Use static (noninteractive) HTML for viewing only. |
| WebCalc | Use the Spreadsheet component. |
| HTMLChart | Use the Chart component. |
If this element is not specified, the default type is StaticHTML.
See the example in the PublishObjects element topic.