'Declaration
Public Overloads Sub RangeToLocation( _ ByVal row As System.Double, _ ByVal column As System.Double, _ ByRef x As System.Double, _ ByRef y As System.Double _ )
'Usage
Dim instance As WorkbookView Dim row As System.Double Dim column As System.Double Dim x As System.Double Dim y As System.Double instance.RangeToLocation(row, column, x, y)
Parameters
- row
- Specifies the fractional zero based row.
- column
- Specifies the fractional zero based column.
- x
- Returns the horizontal screen coordinate (could be a very large positive or negative number if the column is far away from the currently displayed columns).
- y
- Returns the vertical screen coordinate (could be a very large positive or negative number if the row is far away from the currently displayed rows).