PivotTable.SubtotalLocation(XlSubtototalLocationType) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.