A form used to define options for CSV text data exports.
Namespace: MindFusion.Spreadsheet.WinForms
Assembly: MindFusion.Spreadsheet.WinForms.StandardForms
C#
![]() |
---|
public class CsvExportForm : Form |
Visual Basic
![]() |
---|
Public Class CsvExportForm |
This 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:
System.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