Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadView Class / GetViewportY Method
Index of the viewport row


In This Topic
GetViewportY Method
In This Topic
Gets the top coordinate of the specified viewport row for the active sheet.
Syntax
'Declaration
 
Public Function GetViewportY( _
   ByVal rowViewportIndex As Integer _
) As Integer
 
'Usage
 
Dim instance As SpreadView
Dim rowViewportIndex As Integer
Dim value As Integer
 
value = instance.GetViewportY(rowViewportIndex)

Parameters

rowViewportIndex
Index of the viewport row
See Also