T
Tamir Khason
How can I get shape on page (VisPage) by Name,Text ?
I have 2 shapes:
Name: 1234
Text: Test123
and
Name: 5678
Tried: Test456
I want to get them so
Visio.Shape visSourceShape = VisPage.Shapes["1234"]; // GET NOTHING
Visio.Shape visSourceShape = VisPage.Shapes[0]; // GET NOTHING AS WELL
How to get shape by name/id/text?
I have 2 shapes:
Name: 1234
Text: Test123
and
Name: 5678
Tried: Test456
I want to get them so
Visio.Shape visSourceShape = VisPage.Shapes["1234"]; // GET NOTHING
Visio.Shape visSourceShape = VisPage.Shapes[0]; // GET NOTHING AS WELL
How to get shape by name/id/text?