Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadView Class / GetViewportX Method
Index of the viewport column


In This Topic
    GetViewportX Method
    In This Topic
    Gets the left coordinate of the specified viewport column for the active sheet.
    Syntax
    'Declaration
     
    
    Public Function GetViewportX( _
       ByVal columnViewportIndex As Integer _
    ) As Integer
    'Usage
     
    
    Dim instance As SpreadView
    Dim columnViewportIndex As Integer
    Dim value As Integer
     
    value = instance.GetViewportX(columnViewportIndex)
    public int GetViewportX( 
       int columnViewportIndex
    )

    Parameters

    columnViewportIndex
    Index of the viewport column
    See Also