这句DataRow row = table.NewRow();翻译成VB.net 怎么写?这句DataRow row = table.NewRow();翻译成VB.net 怎么写[解决办法]dim row as datarow = table.newrow()