Back to Devexpress

DataTableExporter Members

officefileapi-devexpress-dot-spreadsheet-dot-export-dot-datatableexporter-dot-underscore-members.md

latest4.2 KB
Original Source

DataTableExporter Members

Performs export of the worksheet range to the data table.

Constructors

NameDescription
DataTableExporter(DataTable, CellRange, Boolean)Initializes a new instance of the DataTableExporter class with the specified settings.

Properties

NameDescription
DataTableProvides access to the DataTable containing exported data.
OptionsProvides access to various options that specify how the export and data conversion are performed.
RangeGets the worksheet cell range containing data for export.
RangeHasHeadersGets whether the first row of the cell range contains column names.

Methods

NameDescription
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetConverter(Type, String, Int32)Obtains the converter used by the DataTableExporter for the specified column.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Returns a string that represents the current object. Inherited from Object.

Events

NameDescription
CellValueConversionErrorFires if an error occurs during conversion of a specific cell value to the value which should be stored in a data table.
ProcessEmptyRowOccurs when an empty row is encountered during export and the DataTableExportOptions.SkipEmptyRows property is false.

See Also

DataTableExporter Class

DevExpress.Spreadsheet.Export Namespace