PivotTable.LayoutRowDefault Property
This property specifies the layout settings for PivotFields when they are added to the PivotTable for the first time. Read/write.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Property LayoutRowDefault As XlLayoutRowType
Get
Set
'Usage
Dim instance As PivotTable
Dim value As XlLayoutRowType
value = instance.LayoutRowDefault
instance.LayoutRowDefault = value
XlLayoutRowType LayoutRowDefault { get; set; }
Property Value
Type: Microsoft.Office.Interop.Excel.XlLayoutRowType
XlLayoutRowType
Remarks
XlLayoutRowType can be either xlCompactRow, xlTabularRow, or xlOutlineRow.