Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadView Class / SetViewportTopRow Method / SetViewportTopRow(Int32,Int32) Method
Viewport row index
Index of the row to set as the top of that viewport


In This Topic
SetViewportTopRow(Int32,Int32) Method
In This Topic
Sets the index of the top row of the specified viewport row.
Syntax
'Declaration
 
Public Overloads Sub SetViewportTopRow( _
   ByVal rowViewportIndex As Integer, _
   ByVal value As Integer _
) 
 
'Usage
 
Dim instance As SpreadView
Dim rowViewportIndex As Integer
Dim value As Integer
 
instance.SetViewportTopRow(rowViewportIndex, value)

Parameters

rowViewportIndex
Viewport row index
value
Index of the row to set as the top of that viewport
See Also