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