OLAPQuerySection object, PivotSection object
Enables the number of column per exported HTML page feature in the Pivot and OLAP section. The default is one hundred. Setting the value to zero (0) causes the HTML pages not to break based on a column position.
This example retrieves the value of HTMLExportBreakColumnCount (Property):
var breakVal=ActiveDocument.Sections["Pivot"]. HTMLExportBreakColumnCount;
This example sets the number of columns per HTML page to five hundred:
ActiveDocument.Sections["Pivot"].HTMLExportBreakColumnCount = 500