Designing Flat Grid Table in C#

Sep 6 2007 6:01 AM
Hello People,
Can someone help me with a hint on how to design a flat grid table in C#, that must look exactly like the one designed in either MS Excel or MS Word.
The Table is meant to be made of cells that form rows and columns.
I tried to used DataGrid from Controlbox, but this table is apprearing with Row Hearder and Column Header which I do not want to appear. It suppose to be only a flat table.
Any help would be greatly appreciated.
Thanks
V.

Answers (3)