WB
1 楼
how to clear all value of cell in datagridview?
how to copy rows to another datagridview?
how to locate a cell with row/col id?
set to the row or colume or cell i want (set to curor to the row /col/cell?
i canot find moveto() such functions.
can paged the datagrid ?set a datagrid's page of rows?
how to remove the datagrid's all rows and columes?
i tried for i=0 tp dv.row.cont; i++
dv1.rows.removeat(i)
but got exceptoin. not commit the new row.
how to copy rows to another datagridview?
how to locate a cell with row/col id?
set to the row or colume or cell i want (set to curor to the row /col/cell?
i canot find moveto() such functions.
can paged the datagrid ?set a datagrid's page of rows?
how to remove the datagrid's all rows and columes?
i tried for i=0 tp dv.row.cont; i++
dv1.rows.removeat(i)
but got exceptoin. not commit the new row.