Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadView Class / SetViewportLeftColumn Method / SetViewportLeftColumn(Int32,Int32) Method
Viewport column index
Index of the column to set as the left most of that viewport


In This Topic
SetViewportLeftColumn(Int32,Int32) Method
In This Topic
Sets the index of the left most column of the specified viewport column.
Syntax
'Declaration
 
Public Overloads Sub SetViewportLeftColumn( _
   ByVal columnViewportIndex As Integer, _
   ByVal value As Integer _
) 
 
'Usage
 
Dim instance As SpreadView
Dim columnViewportIndex As Integer
Dim value As Integer
 
instance.SetViewportLeftColumn(columnViewportIndex, value)

Parameters

columnViewportIndex
Viewport column index
value
Index of the column to set as the left most of that viewport
See Also