J
jpabich
I have stencils that I have created custom properties for. I would
like to retrieve this data and display it so I know I am accessing the
correct property. My code is as follows:
Visio.Cell celobj2;
celobj2 = visShape.get_Cells("Prop.Test");
MessageBox.Show(Convert.ToString(celobj2.FormulaU));
I get an unexpected end of file error when I try this. What is
incorrect about this code? How do I get the property value?
like to retrieve this data and display it so I know I am accessing the
correct property. My code is as follows:
Visio.Cell celobj2;
celobj2 = visShape.get_Cells("Prop.Test");
MessageBox.Show(Convert.ToString(celobj2.FormulaU));
I get an unexpected end of file error when I try this. What is
incorrect about this code? How do I get the property value?