menu

Document Processing

Interface IWarning - FileFormats API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface IWarning

    Represents the Warning details for the unsupported and substituted elements.

    Namespace: Syncfusion.XlsIO
    Assembly: Syncfusion.XlsIO.Base.dll
    Syntax
    public interface IWarning

    Properties

    Cancel

    Indicates whether to cancel the current process.

    Declaration
    bool Cancel { get; set; }
    Property Value
    Type
    System.Boolean

    Methods

    ShowWarning(WarningInfo)

    Shows the warning in the workbook.

    Declaration
    void ShowWarning(WarningInfo warning)
    Parameters
    Type Name Description
    WarningInfo warning

    WarningInfo instance with the warning description and type.

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