IPane.ScrollIntoView Method
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Sub ScrollIntoView ( _
Left As Integer, _
Top As Integer, _
Width As Integer, _
Height As Integer, _
Start As Object _
)
'Usage
Dim instance As IPane
Dim Left As Integer
Dim Top As Integer
Dim Width As Integer
Dim Height As Integer
Dim Start As Object
instance.ScrollIntoView(Left, Top, Width, _
Height, Start)
void ScrollIntoView(
int Left,
int Top,
int Width,
int Height,
Object Start
)
Parameters
- Left
Type: System.Int32
- Top
Type: System.Int32
- Width
Type: System.Int32
- Height
Type: System.Int32
- Start
Type: System.Object