| ExcelImportProperties Class |
|
Namespace: DataPA.Utils.QueryEngine
public class ExcelImportProperties : _ExcelImportProperties, ISerializable
The ExcelImportProperties type exposes the following members.
| Name | Description | |
|---|---|---|
| ExcelImportProperties | Initializes a new instance of the ExcelImportProperties class |
| Name | Description | |
|---|---|---|
| GetObjectData | ||
| SetObjectData |
| Name | Description | |
|---|---|---|
| ClassId | ||
| EventsId | ||
| InterfaceId |
| Name | Description | |
|---|---|---|
| ColumnNames |
Gets and sets a list of column names
| |
| ColumnTypes |
Gets and sets a list of column Types
| |
| Delimeter |
Gets and sets the demileter used to parse a csv file
| |
| FirstRowHeader |
Gets and sets a value that indicates whether the first row of data includes column names
| |
| ObjectSizes |
Gets a dictionary of serialized objects contained in this object, along with their sizes (in bytes)
| |
| SheetName |
Gets and sets the sheet name that will be imported
|