'Declaration Public Overloads Function GetViewportHeight( _ 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.GetViewportHeight(sheetIndex, rowViewportIndex)
public int GetViewportHeight( int sheetIndex, int rowViewportIndex )
Parameters
- sheetIndex
- Index of the sheet
- rowViewportIndex
- Index of the viewport row
Return Value
Integer number of pixels in the height of the viewport row