PivotTable.LayoutRowDefault Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Remarks
XlLayoutRowType can be either xlCompactRow, xlTabularRow, or xlOutlineRow.