Search
CSVImportForm Members
Constructors 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 Methods

  Name Description

getDialogResult

 

getEncoding

Gets the encoding that will be used by the importer.

getQuote

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

getSeparator

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

importData

Imports the data into the specified worksheet.

 See Also