BeginUpdate Method

Summary

Stops the editor from updating the view layout and rendering the content if any change is applied. This is useful to increase the control's speed efficiency.

Syntax

TypeScript
JavaScript
SheetEditor.prototype.beginUpdate = function() 
beginUpdate(): void; 

Remarks

Calls to beginUpdate and endUpdate are accumulative. Each call to beginUpdate must be matched with a corresponding call to endUpdate or else updates to the editor might not be applied.

When the final endUpdate is called and updating is resumed, the editor will render the new content.

Requirements

Target Platforms

See Also

SheetEditor Class

SheetEditor Members

Leadtools.Document.SheetEditor Namespace

Help Version 23.0.2024.5.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.SheetEditor Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.