Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 1.06 KB

Excel.PivotTable.RowAxisLayout.md

File metadata and controls

38 lines (23 loc) · 1.06 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
PivotTable.RowAxisLayout method (Excel)
vbaxl10.chm235166
vbaxl10.chm235166
Excel.PivotTable.RowAxisLayout
41a8a3bb-252a-7598-b559-d75dc1e10bc1
05/09/2019
medium

PivotTable.RowAxisLayout method (Excel)

This method is used for simultaneously setting layout options for all existing PivotFields.

Syntax

expression.RowAxisLayout (RowLayout)

expression A variable that represents a PivotTable object.

Parameters

Name Required/Optional Data type Description
RowLayout Required XlLayoutRowType Specifies the type of layout row. Can be xlCompactRow, xlTabularRow, or xlOutlineRow.

Remarks

This method is atomic so it makes sure that if layout options cannot be set on any PivotField, the layout options of none of the fields will change, and no change is made to the PivotTable.

[!includeSupport and feedback]