Community Tip - Stay updated on what is happening on the PTC Community by subscribing to PTC Community Announcements. 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