Computer Science, asked by devnonia, 8 months ago

Mention the syntax of Data Grid View class.​

Answers

Answered by engmoeed73
0

DataGridView class is considered as a complex Windows Forms (which is a graphical library) for the display of data. The DataGridView methods, properties and events allow an application to be easily managed by using rows and columns between the physical and virtual storage.

Following is an example of DataGridView class for turning off column names that do not come from data source:

DataGridView.DataSource.AutoGenerateColoumns = false;

hope this helped...

know more:

https://brainly.in/question/6611074 Write the method of preparation of pop

Similar questions