Visio Guy

Visio Discussions => Programming & Code => Topic started by: hereward on April 09, 2010, 06:14:19 PM

Title: modify connector's end cap
Post by: hereward on April 09, 2010, 06:14:19 PM
What property is it that sets the end cap of a connector?

:)
Title: Re: modify connector's end cap
Post by: wapperdude on April 09, 2010, 07:00:53 PM
visLineEndCap

Example of use:
Application.ActiveWindow.Page.Shapes.ItemFromID(1).CellsSRC(visSectionObject, visRowLine, visLineEndCap).FormulaU = "0"


HTH
Wapperdude
Title: Re: modify connector's end cap
Post by: hereward on April 09, 2010, 07:38:13 PM
Cheers, That sort of makes sense. I'll give it a go
:)