ExcelEngine Class
This class gives access to the XlsIO IApplication interface.
Inheritance
System.Object
ExcelEngine
Implements
System.IDisposable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
public class ExcelEngine : 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 void Finalize()
Implements
System.IDisposable