FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadView Class / SetActiveViewport Method / SetActiveViewport(Int32,Int32) Method
Viewport row index
Viewport column index


In This Topic
SetActiveViewport(Int32,Int32) Method
In This Topic
Sets the active viewport.
Syntax
'Declaration
 
Public Overloads Sub SetActiveViewport( _
   ByVal rowViewportIndex As Integer, _
   ByVal columnViewportIndex As Integer _
) 
 
'Usage
 
Dim instance As SpreadView
Dim rowViewportIndex As Integer
Dim columnViewportIndex As Integer
 
instance.SetActiveViewport(rowViewportIndex, columnViewportIndex)

Parameters

rowViewportIndex
Viewport row index
columnViewportIndex
Viewport column index
See Also