GrapeCity.Xaml.SpreadSheet.UI
SetActiveViewport(Int32,Int32) Method


GrapeCity.Xaml.SpreadSheet.UI Namespace > GcSpreadSheet Class : SetActiveViewport(Int32,Int32) Method
The row viewport index.
The column viewport index.
Activates a viewport in the control.
Syntax
'Declaration
 
Public Sub SetActiveViewport( _
   ByVal rowViewportIndex As Integer, _
   ByVal columnViewportIndex As Integer _
) 
'Usage
 
Dim instance As GcSpreadSheet
Dim rowViewportIndex As Integer
Dim columnViewportIndex As Integer
 
instance.SetActiveViewport(rowViewportIndex, columnViewportIndex)
public void SetActiveViewport( 
   int rowViewportIndex,
   int columnViewportIndex
)

Parameters

rowViewportIndex
The row viewport index.
columnViewportIndex
The column viewport index.
See Also

Reference

GcSpreadSheet Class
GcSpreadSheet Members