Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadView Class / GetRowViewportIndexFromY Method
Y coordinate


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

Parameters

y
Y coordinate
See Also