PivotTable.LayoutRowDefault Eigenschaft

Definition

Diese Eigenschaft gibt die Layouteinstellungen für PivotFields den Zeitpunkt an, an dem PivotTable sie zum ersten Mal hinzugefügt werden. Lese-/Schreibzugriff.

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

Eigenschaftswert

XlLayoutRowType

Hinweise

XlLayoutRowType kann entweder xlCompactRow, xlTabularRow oder xlOutlineRow sein.

Gilt für: