Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadView Class / GetViewportTopOffset Method
Row index


In This Topic
    GetViewportTopOffset Method
    In This Topic
    Get offset of the view port from a particular row to the top.
    Syntax
    'Declaration
     
    
    Public Function GetViewportTopOffset( _
       ByVal rowViewportIndex As Integer _
    ) As Integer
    'Usage
     
    
    Dim instance As SpreadView
    Dim rowViewportIndex As Integer
    Dim value As Integer
     
    value = instance.GetViewportTopOffset(rowViewportIndex)
    public int GetViewportTopOffset( 
       int rowViewportIndex
    )

    Parameters

    rowViewportIndex
    Row index

    Return Value

    An System.Int32 value that represents the offset
    See Also