SetViewportTopRow(Int32,Int32,Int32) Method
In This Topic
Sets the index of the top most row of the specified viewport for the specified sheet.
Syntax
'Declaration
Public Overloads Sub SetViewportTopRow( _
ByVal As Integer, _
ByVal As Integer, _
ByVal As Integer _
)
'Usage
Dim instance As SpreadView
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
- Sheet index
- rowViewportIndex
- Viewport row index
- value
- Index of the column to set as the left most of that viewport
Exceptions
See Also