PivotTable.LayoutRowDefault Property

Definition

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

public:
 property Microsoft::Office::Interop::Excel::XlLayoutRowType LayoutRowDefault { Microsoft::Office::Interop::Excel::XlLayoutRowType get(); void set(Microsoft::Office::Interop::Excel::XlLayoutRowType value); };
public Microsoft.Office.Interop.Excel.XlLayoutRowType LayoutRowDefault { get; set; }
Public Property LayoutRowDefault As XlLayoutRowType

Property Value

XlLayoutRowType

Remarks

XlLayoutRowType can be either xlCompactRow, xlTabularRow, or xlOutlineRow.

Applies to