MindFusion.Wpf Pack Programmer's Guide
CsvExportForm Members
Constructors Properties Methods Events
 


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 or sets the encoding that will be used by the exporter.

Quote

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

Separator

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

 Public Methods

  Name Description

Export

Exports the data from the specified worksheet.

InitializeComponent

Performs initialization.

ShowDialog

Opens this form using the specified window as an owner.

 Protected Methods

  Name Description

OnClosing

Window.OnClosing override.

 Public Events

  Name Description

PropertyChanged

INotifyPropertyChanged.PropertyChanged implementation.

 See Also

CsvExportForm Class
MindFusion.Spreadsheet.Wpf.StandardForms Namespace