赞题库-背景图
单项选择题

dt是一个类型为DataTable的变量,要删除第一行,语法正确的是()。
A、dt.Rows(0).delete
B、dt.Rows(1).delete
C、dt.Rows(0).Remove
D、dt.Rows(1).Remove