Click or drag to resize

IOptimizedUpdate Interface

This interface describes methods for optimized object update.

Namespace: Spire.Xls.Core.Interfaces
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public interface IOptimizedUpdate

The IOptimizedUpdate type exposes the following members.

Methods
Name Description
Public method BeginUpdate
This method should be called before several updates to the object will take place.
Public method EndUpdate
This method should be called after several updates to the object took place.
Top
See Also