Search
CsvExportForm Members
Constructors Properties Methods
 


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

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

 Public Constructors

  Name Description

CsvExportForm

Overloaded. Initializes a new instance of the CsvExportForm class.

 Public Properties

  Name Description

Encoding

Gets the encoding that will be used by the exporter.

Quote

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

Separator

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

 Public Methods

  Name Description

Export

Exports the data from the specified worksheet.

 Protected Methods

  Name Description

Dispose

Clean up any resources being used.

OnClosing

Form.OnClosing override.

 See Also