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





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

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

 Syntax

C#  Copy Code

public class CsvImportForm : Window, INotifyPropertyChanged, IComponentConnector

Visual Basic  Copy Code

Public Class CsvImportForm
    Inherits Window
    Implements INotifyPropertyChanged, IComponentConnector

 Remarks

This form can be used to import data from an CSV file. The form provides control over the import settings as well as preview of the imported data. To use the form, create an instance of the CsvImportForm class, by specifying the name of the CSV file to import, and call the ShowDialog method. The data can be subsequently imported in a worksheet by calling the form's Import method. 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.CsvImportForm

 See Also

CsvImportForm Members
MindFusion.Spreadsheet.Wpf.StandardForms Namespace