'Declaration Public Overloads Function GetViewportBottomRow( _ ByVal sheetIndex As Integer, _ ByVal rowViewportIndex As Integer _ ) As Integer
'Usage Dim instance As FpSpread Dim sheetIndex As Integer Dim rowViewportIndex As Integer Dim value As Integer value = instance.GetViewportBottomRow(sheetIndex, rowViewportIndex)
public int GetViewportBottomRow( int sheetIndex, int rowViewportIndex )
Parameters
- sheetIndex
- Index of sheet
- rowViewportIndex
- Index of viewport row
Return Value
Integer index of the bottom row of the viewport