PivotTable.ManualUpdate Property

Definition

True if the PivotTable report is recalculated only at the user's request. The default value is False. Read/write Boolean.

public:
 property bool ManualUpdate { bool get(); void set(bool value); };
public bool ManualUpdate { get; set; }
Public Property ManualUpdate As Boolean

Property Value

Remarks

This property is set to False immediately after your program terminates.

Applies to