AddNamedRow Fails

G

gaurav.makin

Hi I'm using VC++ to work with Visio, I'm having strange issue, When i add a
Named Row Custom Property it works some time and some it fails.

pShape->AddNamedRow((short) (VisSectionIndices)
visSectionProp,_bstr_t(pNameattrib->nodeValue), (short) (VisRowIndices)
visRowProp,&intRowIndex);

It fails with Error Code : -232465656.

What can be the reason
 
M

Michel LAPLANE

have you verify that the rowname is a valid name, i mean without non
alpahanum character (".,$,:, ......)
 

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