使用C#[WIndows Form]在DataGrid视图中添加行

时间:2010-02-17 06:35:04

标签: c#

我正在制作一个C#windows应用程序,我必须在网格视图行中添加信息,因为我从网络中获取它们。

这是Pseudocode关于我在做什么。

while(getting info from network until there is no more info)

{

  // here i have to add the info in data grid, how i should do that?

}