Custom Properties 'ASK' Column

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
 
J

JuneTheSecond

Please replace "Ask" into "Verify". It may be an Visio's error in help
document or a cell name.
 
U

unerklarlich

Thanks a lot !!

I don't think I could have imagined this even in my wildest dreams !
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top