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