我想在Windows窗体中询问我们编写DataGridViewCell所以我们在Web上写的而不是DataGridViewCell
For Each row As GridViewRow In GridView1.Rows
For Each celli As DataGridColumn In row.Cells
Try
pdfTable.AddCell(celli.Value.ToString())
Catch
End Try
Next
Next
答案 0 :(得分:0)
您应该尝试DataGridColumn
而不是DataGridViewCell