OLAPLabel object (TopLabels and SideLabels object)
Creates an additional column containing the totals for a top or side label.
Expression.AddTotals()
An expression that returns a PivotLabel object
This example shows how to total the side label columns called Year:
ActiveDocument.Sections["OLAPQuery"].TopLabels["Year"].AddTotal()