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

TableStyle.EndUpdate() Method

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

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v19.1.Core.dll

Declaration

void EndUpdate()

Remarks

See TableStyle.BeginUpdate, to learn more.

See Also