Stops the cell from being refreshed if any changes are applied. This is useful to increase the control speed efficiency.
public void BeginUpdate()
Public Sub BeginUpdate()
public:
void BeginUpdate();
This method will cause the cell not to repaint if any changes are applied. When the user calls the EndUpdate method, the cell will repaint to show all the changes made. This is useful for better visual results and for speed efficiency.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET