[]
Gets the index of the viewport row for the specified coordinate for the active sheet.
public int GetRowViewportIndexFromY(int y)
Public Function GetRowViewportIndexFromY(y As Integer) As Integer
| Type | Name | Description |
|---|---|---|
| int | y | Y-coordinate |
| Type | Description |
|---|---|
| int | The index of the viewport column for the specified coordinate |