在数据表中的特定索引处添加行 [英] Add row in Datatable at specific index

查看:74
本文介绍了在数据表中的特定索引处添加行的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

你好,

我想在特定索引处添加行在数据表中的rowindex = 10处.

Hello,

I want to add row at specific index e.g. at rowindex = 10 in datatable .
Is it possible?

推荐答案

这是不可能的.您应该使用另一列来存储该行索引.
It''s impossible. You should use another column to store that row index.


可以在datatable中使用insertat

datatable.rows.insertat(row,index)
it is possible using insertat in datatable

datatable.rows.insertat(row,index)


这篇关于在数据表中的特定索引处添加行的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆