Message 1 of 1
Partlist column order
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
In my .NET addin I use this code for adding a column to Inventor 2012 drawing partlist.
oPartlist = oSheet.PartsLists.Add(oDrawingView, oPlacementPoint)
oPartlist.PartsListColumns.Add(Inventor.PropertyTypeEnum.kCustomProperty, , "MyColumn")
Is possible to change the order of my column "MyColumn" to be in second place of partlist - "by code"? I can not find a metod for changing order of columns. In user interface is possible to do it "by hand". Thanks.
Martin