Message 1 of 7
Cannot get PartsList
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Here is my code:
PartsList partsList = drawingDocument.ActiveSheet.PartsLists[1];
When I continue:
MessageBox.Show(partsList.PartsListRows[0].ReferencedFiles[0].ToString());
I cannot get anything, and will get a message(an exception)
◢ | $exception | HRESULT:0x80070057 (E_INVALIDARG)) | System.ArgumentException |