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