avatar
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.
avatar
k*i
2
quick glimpse:
to count or count-1?
Try the help file first.

【在 WB 的大作中提到】
: 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.

avatar
s*i
3
try
i= dv.row.cont-1; i>=0; i--
Also, there should be rows.Clear() function (something like this, I didn't
check)

【在 WB 的大作中提到】
: 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.

相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。