'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 _ )
'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 instance.LocationToRange(x, y, row, column)
public void LocationToRange( System.double x, System.double y, out System.double row, out System.double column )
public procedure LocationToRange( x: System.Double; y: System.Double; Out row: System.Double; Out column: System.Double );
public function LocationToRange( x : System.double, y : System.double, row : System.double, column : System.double );
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.