SetActiveViewport(Int32,Int32) Method
Sets the active viewport for the active sheet.
'Declaration
Public Overloads Sub SetActiveViewport( _
ByVal As Integer, _
ByVal columnViewportIndex As Integer _
)
'Usage
Dim instance As FpSpread
Dim rowViewportIndex As Integer
Dim columnViewportIndex As Integer
instance.SetActiveViewport(rowViewportIndex, columnViewportIndex)
Parameters
- rowViewportIndex
- Viewport row index
- columnViewportIndex
- Viewport column index