Message 1 of 7
Hole Thread note arrowhead attachment location
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi I am experiencing an issue where the Hole notes I am inserting programatically, have undesirable behaviour.
I am using the standard method:
Snippet
Dim oThreadNote As HoleThreadNote oThreadNote = oDoc.ActiveSheet.DrawingNotes.HoleThreadNotes.Add(oPosition, oDrawingCurve)
Basically what happen is if the note is inserted with a location point below the hole location then it looks fine. See image:
If inserted with a location above the holes then it looks like this:
As you can see its not an ideal solution. Is there a way to control this?
Thanks!
Pieter