06-05-2023
10:54 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
06-05-2023
10:54 PM
I already tryed that but thought that it was not the right way, because the object I get back does not react to anything I would expect it to react to.
It does not react to visibility, suppression or adding it to selectSet. Example:
occPatt.Visibility = False
occPatt.Suppression()
This.Application.ActiveDocument.SelectSet.Select(occPatt)
When I try visibility it goes throo without an error, but nothing happens.
When I try suppress it gives error: Public member 'Suppress' on type 'RectangularOccurrencePattern' not found.
When I try SelectSet.Select I get an error: The parameter is incorect