How to access the "Originator Code" parameter in sheets?

How to access the "Originator Code" parameter in sheets?

bernardpttsang
Contributor Contributor
353 Views
1 Reply
Message 1 of 2

How to access the "Originator Code" parameter in sheets?

bernardpttsang
Contributor
Contributor

I only got a empty list while the same method worked so well on other instance parameters.

0 Likes
Accepted solutions (1)
354 Views
1 Reply
Reply (1)
Message 2 of 2

bernardpttsang
Contributor
Contributor
Accepted 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

0 Likes