'Declaration Public Overloads Function GetViewportTopRow( _ ByVal sheetIndex As Integer, _ ByVal rowViewportIndex As Integer _ ) As Integer
'Usage Dim instance As SpreadView Dim sheetIndex As Integer Dim rowViewportIndex As Integer Dim value As Integer value = instance.GetViewportTopRow(sheetIndex, rowViewportIndex)
public int GetViewportTopRow( int sheetIndex, int rowViewportIndex )
Parameters
- sheetIndex
- Sheet index
- rowViewportIndex
- Viewport row index
Return Value
Integer index of the top row of cells in the specified viewport