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