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.
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.