M
mak
Hi,
I have a row in the custom properties section called 'Description'. I
am able to access the Invisible property for this row using :
vsoShape.get_Cells("Prop.Description.Invisible").Formula
However, when I try accessing the Ask property using the above method
....
vsoShape.get_Cells("Prop.Description.Ask").Formula
I get the following error:
System.Runtime.InteropServices.COMException (0x86DB03E9): Unexpected
end of file.
at Microsoft.Office.Interop.Visio.ShapeClass.get_Cells(String
localeSpecificCellName)
at VisioAddin.Utils.CustomPropertyUtils.ReadCustomProperty(Shape
vsoShape, String PropName, String CellName) in
E:\VisioConfiguratorAddin\InfiniteVisioConfiguratorAddin\Utils\CustomPropertyUtils.cs:line
93
Am I missing something?
Thanks,
Mayank
I have a row in the custom properties section called 'Description'. I
am able to access the Invisible property for this row using :
vsoShape.get_Cells("Prop.Description.Invisible").Formula
However, when I try accessing the Ask property using the above method
....
vsoShape.get_Cells("Prop.Description.Ask").Formula
I get the following error:
System.Runtime.InteropServices.COMException (0x86DB03E9): Unexpected
end of file.
at Microsoft.Office.Interop.Visio.ShapeClass.get_Cells(String
localeSpecificCellName)
at VisioAddin.Utils.CustomPropertyUtils.ReadCustomProperty(Shape
vsoShape, String PropName, String CellName) in
E:\VisioConfiguratorAddin\InfiniteVisioConfiguratorAddin\Utils\CustomPropertyUtils.cs:line
93
Am I missing something?
Thanks,
Mayank