Spread Windows Forms 12.0 Product Documentation
GetViewportTopOffset Method


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > SpreadView Class : GetViewportTopOffset Method
Row index
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

Reference

SpreadView Class
SpreadView Members