SpreadsheetGear.Windows.Forms Namespace > WorkbookView Class > RangeToLocation Method : RangeToLocation(Double,Double,Double,Double) Method |
'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)
public void RangeToLocation( System.double row, System.double column, out System.double x, out System.double y )
public procedure RangeToLocation( row: System.Double; column: System.Double; Out x: System.Double; Out y: System.Double );
public function RangeToLocation( row : System.double, column : System.double, x : System.double, y : System.double );
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2