MindFusion.Wpf Pack Programmer's Guide
CsvExportForm Class
Remarks See Also
 





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

Namespace: MindFusion.Spreadsheet.Wpf.StandardForms
Assembly: MindFusion.Spreadsheet.Wpf.StandardForms

 Syntax

C#  Copy Code

public class CsvExportForm : Window, INotifyPropertyChanged, IComponentConnector

Visual Basic  Copy Code

Public Class CsvExportForm
    Inherits Window
    Implements INotifyPropertyChanged, IComponentConnector

 Remarks

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:

 Inheritance Hierarchy

System.Object
    System.Windows.Threading.DispatcherObject
        System.Windows.DependencyObject
            System.Windows.Media.Visual
                System.Windows.UIElement
                    System.Windows.FrameworkElement
                        System.Windows.Controls.Control
                            System.Windows.Controls.ContentControl
                                System.Windows.Window
                                    MindFusion.Spreadsheet.Wpf.StandardForms.CsvExportForm

 See Also

CsvExportForm Members
MindFusion.Spreadsheet.Wpf.StandardForms Namespace