'Declaration Public Function GetViewportHeight( _ ByVal rowViewportIndex As Integer _ ) As Double
'Usage Dim instance As Worksheet Dim rowViewportIndex As Integer Dim value As Double value = instance.GetViewportHeight(rowViewportIndex)
public double GetViewportHeight( int rowViewportIndex )
Parameters
- rowViewportIndex
- The index of the row viewport.
Return Value
The height of the viewport.