Skip to main content
1-Visitor
May 4, 2017
Question

Inside drawing i have table,i want to move table row up/ down, how can i do it using vb.net?

  • May 4, 2017
  • 1 reply
  • 1909 views

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?

1 reply

16-Pearl
May 4, 2017

Hi Raghavendra Reddy

You cannot directly move the row up/down but you can do it with some workaround.

Think using InsertRow & DeleteRow function.

rreddy-21-VisitorAuthor
1-Visitor
May 8, 2017

Parthiban, Thanks for the update.

If you have any examples, please let me know