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 |
---|
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 |
---|
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