ApplicationClass.Goto Method
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Public Overridable Sub Goto ( _
Reference As Object, _
Scroll As Object _
)
'Usage
Dim instance As ApplicationClass
Dim Reference As Object
Dim Scroll As Object
instance.Goto(Reference, Scroll)
public virtual void Goto(
Object Reference,
Object Scroll
)
Parameters
- Reference
Type: System.Object
- Scroll
Type: System.Object
Implements
_Application.Goto(Object, Object)