Back to Devexpress

XltDocumentImporterOptions Class

officefileapi-devexpress-dot-xtraspreadsheet-dot-import-c8a5d048.md

latest2.6 KB
Original Source

XltDocumentImporterOptions Class

Contains options used for loading (importing) a document in the Microsoft Excel 97-2003 Template format (.xlt).

Namespace : DevExpress.XtraSpreadsheet.Import

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
public class XltDocumentImporterOptions :
    XlsDocumentImporterOptions
vb
Public Class XltDocumentImporterOptions
    Inherits XlsDocumentImporterOptions

The following members return XltDocumentImporterOptions objects:

Remarks

An instance of the XltDocumentImporterOptions class is accessible via the WorkbookImportOptions.Xlt property. To get a WorkbookImportOptions class instance, use the DocumentOptions.Import property of an object returned by SpreadsheetControl.Options, Workbook.Options or IWorkbook.Options.

Implements

INotifyPropertyChanged

IImporterOptions

DevExpress.Office.ISupportsCopyFrom<IImporterOptions>

Inheritance

Object ViewStatePersisterCore BaseOptions DevExpress.XtraSpreadsheet.SpreadsheetNotificationOptions DevExpress.XtraSpreadsheet.Import.DocumentImporterOptions XlsDocumentImporterOptions XltDocumentImporterOptions

See Also

XltDocumentImporterOptions Members

DevExpress.XtraSpreadsheet.Import Namespace