Message 1 of 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I only got a empty list while the same method worked so well on other instance parameters.
Solved! Go to Solution.
I only got a empty list while the same method worked so well on other instance parameters.
Solved! Go to Solution.
OK I just noticed that the parameter is not a Sheet parameter but a ProjectInformation parameter, so
Document.ProjectInformation.GetParameters()
can do the job