Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

PivotTable.EndUpdate() Method

Unlocks the PivotTable object after a call to the BeginUpdate method and causes an immediate visual update.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v20.2.Core.dll

Declaration

void EndUpdate()

Remarks

See PivotTable.BeginUpdate, to learn more.

See Also