PivotTable.SubtotalLocation(XlSubtototalLocationType) Method

Definition

This method changes the subtotal location for all existing PivotFields. Changing the subtotal location has an immediate visual effect only for fields in outline form, but it will be set for fields in tabular form as well.

public:
 void SubtotalLocation(Microsoft::Office::Interop::Excel::XlSubtototalLocationType Location);
public void SubtotalLocation (Microsoft.Office.Interop.Excel.XlSubtototalLocationType Location);
Public Sub SubtotalLocation (Location As XlSubtototalLocationType)

Parameters

Location
XlSubtototalLocationType

Required XlSubtototalLocationType can be either xlAtTop or xlAtBottom.

Remarks

The SubtotalLocation(XlSubtototalLocationType) method sets the LayoutSubtotalLocation property for all existing PivotFields automatically.

Applies to