A form used to define options for CSV text data exports.
Namespace: MindFusion.Spreadsheet.WinForms
Assembly: MindFusion.Spreadsheet.WinForms.StandardForms
SyntaxC#
Copy Code
|
|---|
public class CsvExportForm : Form |
Visual Basic
Copy Code
|
|---|
Public Class CsvExportForm |
RemarksThis form can be used to export worksheet data to an CSV file. To use the form, create an instance of the CsvExportForm class, by specifying the name of the CSV file to export to, and call the ShowDialog method. The perform the export using the settings entered by the user, call the form's Export method and pass the worksheet to export. The following image shows the form:

Inheritance HierarchySystem.Object![]()
System.MarshalByRefObject![]()
System.ComponentModel.Component![]()
System.Windows.Forms.Control![]()
System.Windows.Forms.ScrollableControl![]()
System.Windows.Forms.ContainerControl![]()
System.Windows.Forms.Form![]()
MindFusion.Spreadsheet.WinForms.CsvExportForm
See Also