Search
CsvImportForm Members
Constructors Properties Methods
 


A form used to define options for CSV text data imports.

The following tables list the members exposed by the CsvImportForm type.

 Public Constructors

  Name Description

CsvImportForm

Overloaded. Initializes a new instance of the CsvImportForm class.

 Public Properties

  Name Description

Encoding

Gets the encoding that will be used by the importer.

Quote

Gets the character that will be used as a quote by the importer.

Separator

Gets the character that will be used as a separator by the importer.

 Public Methods

  Name Description

Import

Imports the data into the specified worksheet.

 Protected Methods

  Name Description

Dispose

Clean up any resources being used.

ProcessCmdKey

Form.ProcessCmdKey override.

 See Also