Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / AddViewport Method / AddViewport(Int32,Int32) Method
Index of viewport row to add
Index of viewport column to add


In This Topic
AddViewport(Int32,Int32) Method
In This Topic
Adds a row or column of viewports.
Syntax
'Declaration
 
Public Overloads Sub AddViewport( _
   ByVal rowViewportIndex As Integer, _
   ByVal columnViewportIndex As Integer _
) 
 
'Usage
 
Dim instance As FpSpread
Dim rowViewportIndex As Integer
Dim columnViewportIndex As Integer
 
instance.AddViewport(rowViewportIndex, columnViewportIndex)

Parameters

rowViewportIndex
Index of viewport row to add
columnViewportIndex
Index of viewport column to add
See Also