J
jlmjrdev
I have just started developing an app to draw a Visio org chart from
data taken out of a db. I have not found much documentation online
for doing this. I can supposedly control the layout of the
subordinates using this code:
shpObj.Cells("prop.ChildLayoutStyle").ResultIU = 1
This should change it to a vertical layout. I want to do some other
controlling of this stuff. Does anyone know where these properties
are documented or listed and explained?
I stumbled across this code, but I know there must be a lot more out
there. What are some other properties I can control from my code?
Thanks.
data taken out of a db. I have not found much documentation online
for doing this. I can supposedly control the layout of the
subordinates using this code:
shpObj.Cells("prop.ChildLayoutStyle").ResultIU = 1
This should change it to a vertical layout. I want to do some other
controlling of this stuff. Does anyone know where these properties
are documented or listed and explained?
I stumbled across this code, but I know there must be a lot more out
there. What are some other properties I can control from my code?
Thanks.