I read in from an Excel file and create a Visio flowchart using this information (this is all fine). Once the diagram has been completed I can then manually edit my Flowchart.
What I want to do is after all of the shapes have been added and they are all dropped in place, I want to programmatically use the Design -> Re-Layout -> Flowchart -> RightToLeft.
I am using Visio.VisAutoConnectDir.visAutoConnectDirLeft when I autoconnect my shapes, but I want to Re-Layout after all of my shapes have been dropped.
I can do it fine manually, just not programmatically.