Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread 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 for the active sheet.
    Syntax
    'Declaration
     
    
    Public Overloads Sub SetActiveViewport( _
       ByVal rowViewportIndex As Integer, _
       ByVal columnViewportIndex As Integer _
    ) 
    'Usage
     
    
    Dim instance As FpSpread
    Dim rowViewportIndex As Integer
    Dim columnViewportIndex As Integer
     
    instance.SetActiveViewport(rowViewportIndex, columnViewportIndex)
    public void SetActiveViewport( 
       int rowViewportIndex,
       int columnViewportIndex
    )

    Parameters

    rowViewportIndex
    Viewport row index
    columnViewportIndex
    Viewport column index
    See Also