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


In This Topic
GetRowViewportIndexFromY Method (FpSpread)
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 FpSpread
Dim y As Integer
Dim value As Integer
 
value = instance.GetRowViewportIndexFromY(y)

Parameters

y
Y-coordinate
See Also