'Declaration
Public Overloads Sub LocationToRange( _ ByVal x As System.Double, _ ByVal y As System.Double, _ ByRef row As System.Double, _ ByRef column As System.Double, _ ByVal flags As RangeLocationFlags _ )
'Usage
Dim instance As WorkbookView Dim x As System.Double Dim y As System.Double Dim row As System.Double Dim column As System.Double Dim flags As RangeLocationFlags instance.LocationToRange(x, y, row, column, flags)
Parameters
- x
- Specifies the horizontal screen coordinate of the column to find.
- y
- Specifies the vertical screen coordinate of the row to find.
- row
- Returns the fractional zero based row.
- column
- Returns the fractional zero based column.
- flags
- Specifies which pane to use and whether to include row and column headers and outlines in the calculations.