menu

Document Processing

ReadOnlyFileEventArgs Class - C# Excel Library API Reference | Syncfusion

    Show / Hide Table of Contents

    ReadOnlyFileEventArgs Class

    Event arguments for ReadOnlyFile event.

    Inheritance
    System.Object
    ReadOnlyFileEventArgs
    Namespace: Syncfusion.XlsIO
    Assembly: Syncfusion.XlsIO.Base.dll
    Syntax
    public class ReadOnlyFileEventArgs : EventArgs

    Constructors

    ReadOnlyFileEventArgs()

    Default constructor.

    Declaration
    public ReadOnlyFileEventArgs()

    Properties

    ShouldRewrite

    Indicates whether Read-only file should be rewritten.

    Declaration
    public bool ShouldRewrite { get; set; }
    Property Value
    Type
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved