S
ssathasivan
Hi Everyone ,
I added a new shape ( a valve) to a visio diagram ... and it had the
following Custom properties (Description ,Line Size , Valve Class ,
Manufacturer, Model) by default ... I loaded this vsd file in a C#
winform application....
when i try to get access the Description cell by using a the
following code
get_Cells("Prop.Description") ... it works fine ...
After that i added a new custom property called Test... i can see this
property in Visio ... However when i use the code
get_Cells("Prop.Test") , i am getting an exception "Unexpected End of
File"
Can any one help me...
Thanks
Sabarish
I added a new shape ( a valve) to a visio diagram ... and it had the
following Custom properties (Description ,Line Size , Valve Class ,
Manufacturer, Model) by default ... I loaded this vsd file in a C#
winform application....
when i try to get access the Description cell by using a the
following code
get_Cells("Prop.Description") ... it works fine ...
After that i added a new custom property called Test... i can see this
property in Visio ... However when i use the code
get_Cells("Prop.Test") , i am getting an exception "Unexpected End of
File"
Can any one help me...
Thanks
Sabarish