SpreadsheetGear 2017
PointsToRow Method (IWorksheetWindowInfo)






SpreadsheetGear Namespace > IWorksheetWindowInfo Interface : PointsToRow Method
The distance in points from the top of the first row of the worksheet.
Converts from points (1/72 of an inch) to a zero based fractional row position.
Syntax
'Declaration
 
Function PointsToRow( _
   ByVal y As System.Double _
) As System.Double
'Usage
 
Dim instance As IWorksheetWindowInfo
Dim y As System.Double
Dim value As System.Double
 
value = instance.PointsToRow(y)
System.double PointsToRow( 
   System.double y
)
function PointsToRow( 
    y: System.Double
): System.Double; 
function PointsToRow( 
   y : System.double
) : System.double;
System.double PointsToRow( 
   System.double y
) 
System.double PointsToRow( 
   System.double y
) 

Parameters

y
The distance in points from the top of the first row of the worksheet.

Return Value

The zero based fractional row position of the specified location.
Requirements

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

See Also

Reference

IWorksheetWindowInfo Interface
IWorksheetWindowInfo Members
RowToPoints Method
PointsToColumn Method
ColumnToPoints Method