SetViewportTopRow(Int32,Int32) Method
In This Topic
Sets the top row of cells of the specified viewport row for the active sheet.
Syntax
'Declaration
Public Overloads Sub SetViewportTopRow( _
ByVal As Integer, _
ByVal As Integer _
)
'Usage
Dim instance As FpSpread
Dim rowViewportIndex As Integer
Dim value As Integer
instance.SetViewportTopRow(rowViewportIndex, value)
public void SetViewportTopRow(
int ,
int
)
Parameters
- rowViewportIndex
- Index of the viewport row
- value
- Index of the row to set as the top of that viewport
See Also