Scrolls the grid to bring a specific cell into view.
シンタックス
'宣言
Public Overridable Function ScrollIntoView( _
ByVal As System.Integer, _
ByVal As System.Integer _
) As
public virtual ScrollIntoView(
System.int ,
System.int
)
パラメータ
- left
- the scroll left of the grid's scrollbar.
- top
- the scroll top of the grid's scrollbar.
戻り値の型
Current builder.
参照