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

Implements

_Application.Goto(Object, Object)

See Also

Reference

ApplicationClass Class

ApplicationClass Members

Microsoft.Office.Interop.Excel Namespace