iLogic to get from which view the projected view is made and how to do it?

iLogic to get from which view the projected view is made and how to do it?

engilic
Advocate Advocate
473 Views
2 Replies
Message 1 of 3

iLogic to get from which view the projected view is made and how to do it?

engilic
Advocate
Advocate

Hi,

 

Is it possible to get from which view the projected view is made and how to do it?

 

Thank you

0 Likes
Accepted solutions (1)
474 Views
2 Replies
Replies (2)
Message 2 of 3

dutt.thakar
Collaborator
Collaborator
Accepted solution

@engilic 

 

Is this something you are looking for?

 

Dim oView As DrawingView = ActiveSheet.View("View Name").View ' Add your view name
MessageBox.Show(oView.ParentView.Name) ' Parent view will only return a value if the view is dependent on something, else it will return nothing.

 

If this answer has solved your problem please ACCEPT SOLUTION and hit like if you found it helpful..!


Regards,
Dutt Thakar
LinkedIn
Message 3 of 3

engilic
Advocate
Advocate

Thank you @dutt.thakar ,

 

of course it is ParentView.

 

thank you very much

0 Likes