Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

Read csv file into wpf C#

public MainWindow()
{
    InitializeComponent();

    // We can access ListViewPeople here because that's the Name of our list
    // using the x:Name property in the designer.
    ListViewPeople.ItemsSource = ReadCSV("example");
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #Read #csv #file #wpf
ADD COMMENT
Topic
Name
8+9 =