Back to Devexpress

TableStyle.EndUpdate() Method

officefileapi-devexpress-dot-spreadsheet-dot-tablestyle-9d4660e6.md

latest1.9 KB
Original Source

TableStyle.EndUpdate() Method

Unlocks the TableStyle object after you call BeginUpdate. It also causes an immediate visual update.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
void EndUpdate()
vb
Sub

Remarks

See TableStyle.BeginUpdate, to learn more.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the EndUpdate() method.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

spreadsheet-document-api-examples-part2/VB/SpreadsheetDocServerAPIPart2/CodeExamples/TableActions.vb#L120

vb
Finally
    lCustomTableStyle.EndUpdate()
End Try

See Also

Spreadsheet Tables

TableStyle Interface

TableStyle Members

DevExpress.Spreadsheet Namespace