PivotTable.EndUpdate() Method
Unlocks the PivotTable
object after you call BeginUpdate
. It also causes an immediate visual update.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Remarks
See PivotTable.BeginUpdate, to learn more.
See Also