Interface IOptimizedUpdate
This interface describes methods for optimized object update.
Namespace: Syncfusion.XlsIO.Interfaces
Assembly: Syncfusion.XlsIO.NET.dll
Syntax
public interface IOptimizedUpdate
Methods
BeginUpdate()
This should be called before several updates.
Declaration
void BeginUpdate()
Remarks
Invoking this method improves the performance.
EndUpdate()
This method should be called after several updates.
Declaration
void EndUpdate()
Remarks
Invoking this method improves the performance.