Message 1 of 4
Parts List "Wrap Table at Row" Using VBA (API)

Not applicable
12-04-2018
10:28 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm writing a macro to reorganize a parts list to a different, non-evenly distributed configuration before exporting the IDW to a DWG/DXF.
I need a way to programmatically manipulate (using a VBA macro) the "Wrap Table at Row" property that is accessed by right-clicking on a parts list row in the "Edit Parts List" interface (right-click on the parts list>Edit Parts List). When the drawing is opened for exporting, the parts list is in a different configuration and I need to remove all of the "Wrap Table at Row"s, with the macro, and replace them in new locations to reorganize the table.
I can't find anything on the forums or in the documentation about accessing "Wrap Table at Row" from VBA.