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