WinUI

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ExcelEngine

    Show / Hide Table of Contents

    Class ExcelEngine

    This class gives access to the XlsIO IApplication interface.

    Inheritance
    System.Object
    ExcelEngine
    Implements
    System.IDisposable
    Namespace: Syncfusion.XlsIO
    Assembly: Syncfusion.XlsIO.NET.dll
    Syntax
    public class ExcelEngine : Object, IDisposable

    Constructors

    ExcelEngine()

    Default constructor.

    Declaration
    public ExcelEngine()

    Properties

    Excel

    Interface to the XlsIO Application which gives access to all supported functions.

    Declaration
    public IApplication Excel { get; }
    Property Value
    Type Description
    IApplication

    ThrowNotSavedOnDestroy

    Dispose will throw an ExcelWorkbookNotSavedException when the workbook is not saved and this property is set to TRUE. Default value is FALSE.

    Declaration
    public bool ThrowNotSavedOnDestroy { get; set; }
    Property Value
    Type Description
    System.Boolean

    Methods

    Dispose()

    Releases all resources used by this XlsIO object.

    Declaration
    public void Dispose()
    Exceptions
    Type Condition
    ExcelWorkbookNotSavedException

    Thrown when ThrowNotSavedOnDestoy property is set to TRUE and XlsIO object data was not saved.

    Finalize()

    Destructor.

    Declaration
    protected override void Finalize()

    Implements

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