PivotTable.Allocation Eigenschaft

Definition

Ruft ab oder legt fest, ob eine UPDATE CUBE-Anweisung für jede Zelle bearbeitet wird, oder nur dann, wenn der Benutzer änderungen bei der Durchführung einer Was-wäre-wäre-wenn-Analyse für eine PivotTable basierend auf einer OLAP-Datenquelle berechnet.

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

Eigenschaftswert

Ein XlAllocation -Objekt.

Hinweise

Lese-/Schreibzugriff.

Die Allocation -Eigenschaft entspricht der Einstellung Mit Änderungen berechnen im Dialogfeld What-If Analyseeinstellungen. Die Standardeinstellung ist xlManualAllocation, was der Einstellung Manuell (bei Auswahl von PivotTable mit Änderungen berechnen) entspricht.

Gilt für: