SpreadsheetGear The Performance Spreadsheet Component Company 
RangeToLocation(Double,Double,Double,Double) Method
See Also 
SpreadsheetGear.Windows.Forms Namespace > WorkbookView Class > RangeToLocation Method : RangeToLocation(Double,Double,Double,Double) Method
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).
Returns the screen coordinates of the fractional zero based row and columns.

Syntax

C# 
public void RangeToLocation( 
   double row,
   double column,
   out double x,
   out double 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).

Requirements

Platforms: Windows Vista, Windows XP, Windows Server 2008, Windows Server 2003, Windows 2000, Windows Me and Windows 98, including 32 bit and 64 bit editions where applicable. SpreadsheetGear for .NET 1.x requires the Microsoft .NET Framework 1.1 or .NET 2.0 (works with .NET 3.x). SpreadsheetGear for .NET 2007 requires the Microsoft .NET Framework 2.0 (works with .NET 3.x).

See Also