Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / SetViewportLeftColumn Method / SetViewportLeftColumn(Int32,Int32) Method
Index of the viewport column
Column index to set as the leftmost column of that viewport


In This Topic
    SetViewportLeftColumn(Int32,Int32) Method
    In This Topic
    Sets the leftmost column of cells of the specified viewport column for the active sheet.
    Syntax
    'Declaration
     
    
    Public Overloads Sub SetViewportLeftColumn( _
       ByVal columnViewportIndex As Integer, _
       ByVal value As Integer _
    ) 
    'Usage
     
    
    Dim instance As FpSpread
    Dim columnViewportIndex As Integer
    Dim value As Integer
     
    instance.SetViewportLeftColumn(columnViewportIndex, value)
    public void SetViewportLeftColumn( 
       int columnViewportIndex,
       int value
    )

    Parameters

    columnViewportIndex
    Index of the viewport column
    value
    Column index to set as the leftmost column of that viewport
    See Also