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 As Integer _
) As Integer
'Usage
Dim instance As FpSpread
Dim y As Integer
Dim value As Integer
value = instance.GetRowViewportIndexFromY(y)
public int GetRowViewportIndexFromY(
int
)
Parameters
- y
- Y-coordinate
See Also