Click or drag to resize
ExcelImportProperties Class DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Object that describes the import properties required to import an excel worksheet.
Inheritance Hierarchy
SystemObject
  DataPA.Utils.QueryEngineExcelImportProperties

Namespace: DataPA.Utils.QueryEngine
Assembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class ExcelImportProperties : _ExcelImportProperties, 
	ISerializable

The ExcelImportProperties type exposes the following members.

Constructors
  NameDescription
Public methodExcelImportProperties
Initializes a new instance of the ExcelImportProperties class
Top
Methods
Fields
Properties
  NameDescription
Public propertyColumnNames
Gets and sets a list of column names
Public propertyColumnTypes
Gets and sets a list of column Types
Public propertyDelimeter
Gets and sets the demileter used to parse a csv file
Public propertyFirstRowHeader
Gets and sets a value that indicates whether the first row of data includes column names
Public propertyObjectSizes
Gets a dictionary of serialized objects contained in this object, along with their sizes (in bytes)
Public propertySheetName
Gets and sets the sheet name that will be imported
Top
See Also