'Declaration Public Sub AddRowViewport( _ ByVal rowViewportIndex As System.Integer, _ ByVal viewportHeight As System.Double _ )
'Usage Dim instance As Worksheet Dim rowViewportIndex As System.Integer Dim viewportHeight As System.Double instance.AddRowViewport(rowViewportIndex, viewportHeight)
public void AddRowViewport( System.int rowViewportIndex, System.double viewportHeight )
Parameters
- rowViewportIndex
- The index of the row viewport.
- viewportHeight
- The height of the viewport.