C# Visio Timeline Automation

R

Roger G

I understand that in VBA there is a command to refresh the timeline after you
drop it on the page. I am wondering if ther e is a c# equivlaent to that

the vba line is
Application.Addons("ts").Run "/cmd=3"
 
Top