Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. X
Hi All,
I have created a drawing and exports points from part using vb.net, now i want to implement functionality to move row up/down in drawing table using vb.net.
How i can move table row up/down using vb.net?
You cannot directly move the row up/down but you can do it with some workaround.
Think using InsertRow & DeleteRow function.
Parthiban, Thanks for the update.
If you have any examples, please let me know