menu

Document Processing

Interface IOptimizedUpdate - FileFormats API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface IOptimizedUpdate

    This interface describes methods for optimized object update.

    Namespace: Syncfusion.XlsIO.Interfaces
    Assembly: Syncfusion.XlsIO.Base.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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved