'DeclarationPublic Overloads Sub LocationToRange( _ ByVal x As System.Double, _ ByVal y As System.Double, _ ByRef row As System.Double, _ ByRef column As System.Double _ )
'UsageDim instance As WorkbookView Dim x As System.Double Dim y As System.Double Dim row As System.Double Dim column As System.Double instance.LocationToRange(x, y, row, column)
Parameters
- x
 - The horizontal screen coordinate of the column to find.
 - y
 - The vertical screen coordinate of the row to find.
 - row
 - The fractional zero based row.
 - column
 - The fractional zero based column.