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 As Integer, _
ByVal As Integer _
)
'Usage
Dim instance As SpreadView
Dim rowViewportIndex As Integer
Dim value As Integer
instance.SetViewportTopRow(rowViewportIndex, value)
public void SetViewportTopRow(
int ,
int
)
Parameters
- rowViewportIndex
- Viewport row index
- value
- Index of the row to set as the top of that viewport
See Also