PivotTable.ManualUpdate Property

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

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Property ManualUpdate As Boolean
    Get
    Set
'Usage
Dim instance As PivotTable
Dim value As Boolean

value = instance.ManualUpdate

instance.ManualUpdate = value
bool ManualUpdate { get; set; }

Property Value

Type: System.Boolean

Remarks

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

See Also

Reference

PivotTable Interface

PivotTable Members

Microsoft.Office.Interop.Excel Namespace