Back to Devexpress

IImporterOptions Interface

officefileapi-devexpress-dot-office-dot-import.md

latest1.2 KB
Original Source

IImporterOptions Interface

Defines options for the document being imported.

Namespace : DevExpress.Office.Import

Assembly : DevExpress.Office.v25.2.Core.dll

NuGet Package : DevExpress.Office.Core

Declaration

csharp
[ComVisible(true)]
public interface IImporterOptions :
    ISupportsCopyFrom<IImporterOptions>
vb
<ComVisible(True)>
Public Interface IImporterOptions
    Inherits ISupportsCopyFrom(Of IImporterOptions)

The following members return IImporterOptions objects:

See Also

IImporterOptions Members

DevExpress.Office.Import Namespace