Click or drag to resize

ActionCreateGoto Method

Overload List
  NameDescription
Public methodStatic memberCreateGoto(Destination)
Creates a new 'GoTo'action. GoTo action takes the user to the specified Destination view located in the same document.
Public methodStatic memberCreateGoto(String, Destination)
Creates a new 'GoTo' action using a 'Named Destination'. GoTo action takes the user to the specified 'Named Destination' view located in the same document.
Public methodStatic memberCreateGoto(Byte, Int32, Destination)
Creates a new 'GoTo' action using a 'Named Destination'. GoTo action takes the user to the specified 'Named Destination' view located in the same document.
Top
See Also