Hi,
I got an assignment to create a program that is able to do computation like an Excel.
I am thinking of using DataGridView but I have doubt about using it since this is my first time.
I read through postings in internet, most of them using it when they have connection with database.
But my program wont have such connection.
So, I would like to ask for opinion from you guys.
Can I use DataGridView to do computation program?
Can DataGridView cells accessible to code so that I can use mathematical formula with values that inserted in the cell?
I got an assignment to create a program that is able to do computation like an Excel.
I am thinking of using DataGridView but I have doubt about using it since this is my first time.
I read through postings in internet, most of them using it when they have connection with database.
But my program wont have such connection.
So, I would like to ask for opinion from you guys.
Can I use DataGridView to do computation program?
Can DataGridView cells accessible to code so that I can use mathematical formula with values that inserted in the cell?