CubeField.LayoutSubtotalLocation Eigenschaft

Definition

Gibt die Position der Teilergebnisse des PivotTable-Felds in Bezug auf das angegebene Feld (darüber oder darunter) zurück oder legt diese fest.

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

Eigenschaftswert

Hinweise

XlSubtototalLocationType kann eine der folgenden XlSubtototalLocationType-Konstanten sein:

xlAtTop

xlAtBottom Standard

Diese Eigenschaft kann für jedes PivotTable-Feld im Gliederungsformat festgelegt werden; die Formatierung wird jedoch nur dann angezeigt, wenn es sich bei dem angegebenen Feld um ein Zeilenfeld handelt, das nicht das innerste Zeilenfeld (unterste Ebene) ist. Bei Nicht-OLAP-Datenquellen ändert sich der Wert dieser Eigenschaft nicht, wenn das Feld neu angeordnet oder dem Bericht hinzugefügt oder daraus entfernt wird.

Die LayoutForm -Eigenschaft bestimmt, ob der Bericht im Tabellenformat oder im Gliederungsformat angezeigt wird.

Gilt für: