Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. 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