T
travis_
Is there a simple way to enumerate the custom properties of a shape?
// something this would be perfect (if it worked)
foreach (Visio.Cell cell in shape.Cells) {}
There must be a way since the shapesheet is able to do this. I also looked
into enumerating sections (to then enumerate the Shape Data section) without
success.
Apologies if this is answered elsewhere.
// something this would be perfect (if it worked)
foreach (Visio.Cell cell in shape.Cells) {}
There must be a way since the shapesheet is able to do this. I also looked
into enumerating sections (to then enumerate the Shape Data section) without
success.
Apologies if this is answered elsewhere.