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