What is the best way for data calculation in C#, Windows Forms? XLS, Datagird?

Viewed 30

I am working on a student project, which is a loading calculator for a vessel. I am beginner in C# and VBS so I am looking for the simplest solution. The problem that I want to solve is:

While doing some basics arithmetic calculations I finish sequence with some value - "a", lest say "a" = 10. Then that value - "a = 10" is a entry value to column, where rows have values from 1 to 100. When "a = 10" will match to row with value 10, I need to get data from that row - something like "b10","c10","d10"....

My question is - what is the best way to get that data?

All that operations should be made in the background, without using the grid or sheet in GUI.

Thanks for your help, I don't need a detailed soulution with code ( but it will be great, if you could handle this :D), just give me some keywords with specification what should I do.

0 Answers
Related