Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 802 Bytes

Excel.PivotTable.LayoutRowDefault.md

File metadata and controls

33 lines (19 loc) · 802 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
PivotTable.LayoutRowDefault property (Excel)
vbaxl10.chm235164
vbaxl10.chm235164
Excel.PivotTable.LayoutRowDefault
ed11ec86-5d2a-5f8d-50aa-c781e3a3fa4b
05/08/2019
medium

PivotTable.LayoutRowDefault property (Excel)

This property specifies the layout settings for PivotFields when they are added to the PivotTable for the first time. Read/write XlLayoutRowType.

Syntax

expression.LayoutRowDefault

expression A variable that represents a PivotTable object.

Remarks

XlLayoutRowType can be xlCompactRow, xlTabularRow, or xlOutlineRow.

[!includeSupport and feedback]