Hi,
I think this a basic question but I'm not sure how to do it.
I have a textbox1 which contains data in the following format :
Mass Fraction Intensity
79.05423 0.9366496 100.00
80.05423 0.0616264 6.58
81.05423 0.0016983 0.18
82.05423 0.0000252 0.00
Now I want the "Mass" column and the values under it into textbox2 and intensities and its values into textbox3.
Can anyone suggest me how to do it in C# windows form?